diff options
Diffstat (limited to 'src/XAtom.cc')
| -rw-r--r-- | src/XAtom.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/XAtom.cc b/src/XAtom.cc index 5f5fa9ed..98f7d8d1 100644 --- a/src/XAtom.cc +++ b/src/XAtom.cc @@ -27,6 +27,10 @@ XAtom::XAtom(const XDisplay *display) { _display = display->_display; +#ifdef HAVE_GETPID + openbox_pid = getAtom("_BLACKBOX_PID"); +#endif // HAVE_GETPID + wm_colormap_windows = getAtom("WM_COLORMAP_WINDOWS"); wm_protocols = getAtom("WM_PROTOCOLS"); wm_state = getAtom("WM_STATE"); |
