aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/FbAtoms.cc1
-rw-r--r--src/FbAtoms.hh1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/FbAtoms.cc b/src/FbAtoms.cc
index 409a99f..bc771b7 100644
--- a/src/FbAtoms.cc
+++ b/src/FbAtoms.cc
@@ -37,6 +37,7 @@ FbAtoms::FbAtoms() {
37 xa_wm_change_state = XInternAtom(dpy, "WM_CHANGE_STATE", False); 37 xa_wm_change_state = XInternAtom(dpy, "WM_CHANGE_STATE", False);
38 xa_wm_delete_window = XInternAtom(dpy, "WM_DELETE_WINDOW", False); 38 xa_wm_delete_window = XInternAtom(dpy, "WM_DELETE_WINDOW", False);
39 xa_wm_take_focus = XInternAtom(dpy, "WM_TAKE_FOCUS", False); 39 xa_wm_take_focus = XInternAtom(dpy, "WM_TAKE_FOCUS", False);
40 motif_wm_info = XInternAtom(dpy, "_MOTIF_WM_INFO", False);
40 motif_wm_hints = XInternAtom(dpy, "_MOTIF_WM_HINTS", False); 41 motif_wm_hints = XInternAtom(dpy, "_MOTIF_WM_HINTS", False);
41 42
42 blackbox_attributes = XInternAtom(dpy, "_BLACKBOX_ATTRIBUTES", False); 43 blackbox_attributes = XInternAtom(dpy, "_BLACKBOX_ATTRIBUTES", False);
diff --git a/src/FbAtoms.hh b/src/FbAtoms.hh
index 3ed52a5..dd1478c 100644
--- a/src/FbAtoms.hh
+++ b/src/FbAtoms.hh
@@ -47,6 +47,7 @@ private:
47 FbAtoms(); 47 FbAtoms();
48 48
49 Atom blackbox_attributes; 49 Atom blackbox_attributes;
50 Atom motif_wm_info;
50 Atom motif_wm_hints; 51 Atom motif_wm_hints;
51 Atom xa_wm_protocols; 52 Atom xa_wm_protocols;
52 Atom xa_wm_state; 53 Atom xa_wm_state;