diff options
Diffstat (limited to 'src/FbAtoms.cc')
-rw-r--r-- | src/FbAtoms.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbAtoms.cc b/src/FbAtoms.cc index 409a99f..95a89a7 100644 --- a/src/FbAtoms.cc +++ b/src/FbAtoms.cc | |||
@@ -40,6 +40,8 @@ FbAtoms::FbAtoms() { | |||
40 | motif_wm_hints = XInternAtom(dpy, "_MOTIF_WM_HINTS", False); | 40 | motif_wm_hints = XInternAtom(dpy, "_MOTIF_WM_HINTS", False); |
41 | 41 | ||
42 | blackbox_attributes = XInternAtom(dpy, "_BLACKBOX_ATTRIBUTES", False); | 42 | blackbox_attributes = XInternAtom(dpy, "_BLACKBOX_ATTRIBUTES", False); |
43 | current_iconbar_item = XInternAtom(dpy, "_FLUXBOX_CURRENT_ICONBAR_ITEM", False); | ||
44 | resize_rect = XInternAtom(dpy, "_FLUXBOX_RECONFIGURE_RECT", False); | ||
43 | 45 | ||
44 | s_singleton = this; | 46 | s_singleton = this; |
45 | } | 47 | } |