aboutsummaryrefslogtreecommitdiff
path: root/src/FbAtoms.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-10-13 21:51:37 (GMT)
committermarkt <markt>2007-10-13 21:51:37 (GMT)
commita59428d67a95a9df16554962f0a6257d6378328a (patch)
treef856ed9300c34f7a17d499f22d895610cfbc08e5 /src/FbAtoms.cc
parent41b5c6dadb1f474675660cef18b812d4c2338ed2 (diff)
downloadfluxbox-a59428d67a95a9df16554962f0a6257d6378328a.zip
fluxbox-a59428d67a95a9df16554962f0a6257d6378328a.tar.bz2
merged changes from pre-devel
Diffstat (limited to 'src/FbAtoms.cc')
-rw-r--r--src/FbAtoms.cc29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/FbAtoms.cc b/src/FbAtoms.cc
index e6b5e51..ccbf41c 100644
--- a/src/FbAtoms.cc
+++ b/src/FbAtoms.cc
@@ -60,35 +60,6 @@ void FbAtoms::initAtoms() {
60 xa_wm_take_focus = XInternAtom(display, "WM_TAKE_FOCUS", False); 60 xa_wm_take_focus = XInternAtom(display, "WM_TAKE_FOCUS", False);
61 motif_wm_hints = XInternAtom(display, "_MOTIF_WM_HINTS", False); 61 motif_wm_hints = XInternAtom(display, "_MOTIF_WM_HINTS", False);
62 62
63 blackbox_hints = XInternAtom(display, "_BLACKBOX_HINTS", False);
64 blackbox_attributes = XInternAtom(display, "_BLACKBOX_ATTRIBUTES", False); 63 blackbox_attributes = XInternAtom(display, "_BLACKBOX_ATTRIBUTES", False);
65 blackbox_change_attributes =
66 XInternAtom(display, "_BLACKBOX_CHANGE_ATTRIBUTES", False);
67
68 blackbox_structure_messages =
69 XInternAtom(display, "_BLACKBOX_STRUCTURE_MESSAGES", False);
70 blackbox_notify_startup =
71 XInternAtom(display, "_BLACKBOX_NOTIFY_STARTUP", False);
72 blackbox_notify_window_add =
73 XInternAtom(display, "_BLACKBOX_NOTIFY_WINDOW_ADD", False);
74 blackbox_notify_window_del =
75 XInternAtom(display, "_BLACKBOX_NOTIFY_WINDOW_DEL", False);
76 blackbox_notify_current_workspace =
77 XInternAtom(display, "_BLACKBOX_NOTIFY_CURRENT_WORKSPACE", False);
78 blackbox_notify_workspace_count =
79 XInternAtom(display, "_BLACKBOX_NOTIFY_WORKSPACE_COUNT", False);
80 blackbox_notify_window_focus =
81 XInternAtom(display, "_BLACKBOX_NOTIFY_WINDOW_FOCUS", False);
82 blackbox_notify_window_raise =
83 XInternAtom(display, "_BLACKBOX_NOTIFY_WINDOW_RAISE", False);
84 blackbox_notify_window_lower =
85 XInternAtom(display, "_BLACKBOX_NOTIFY_WINDOW_LOWER", False);
86
87 blackbox_change_workspace =
88 XInternAtom(display, "_BLACKBOX_CHANGE_WORKSPACE", False);
89 blackbox_change_window_focus =
90 XInternAtom(display, "_BLACKBOX_CHANGE_WINDOW_FOCUS", False);
91 blackbox_cycle_window_focus =
92 XInternAtom(display, "_BLACKBOX_CYCLE_WINDOW_FOCUS", False);
93 64
94} 65}