summaryrefslogtreecommitdiff
path: root/otk/property.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/property.cc')
-rw-r--r--otk/property.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/otk/property.cc b/otk/property.cc
index 75f9a7cf..16b507f5 100644
--- a/otk/property.cc
+++ b/otk/property.cc
@@ -134,6 +134,9 @@ void Property::initialize()
atoms.kde_net_wm_window_type_override =
create("_KDE_NET_WM_WINDOW_TYPE_OVERRIDE");
+ atoms.rootpmapid = create("_XROOTPMAP_ID");
+ atoms.esetrootid = create("ESETROOT_PMAP_ID");
+
atoms.openbox_premax = create("_OPENBOX_PREMAX");
atoms.openbox_active_window = create("_OPENBOX_ACTIVE_WINDOW");
}