summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-10 15:13:24 +0000
committerDana Jansens <danakj@orodu.net>2003-02-10 15:13:24 +0000
commit30cef0ceca3ad19c65e051c372bded8ab657c06c (patch)
tree6c755d76ea66307a69b2d58f3c63bf5b3c0695bf
parentf789d4a615b9d9990dd25008457959937a6713c4 (diff)
add _NET_DESKTOP_LAYOUT and _NET_SHOWING_DESKTOP
-rw-r--r--otk/property.cc2
-rw-r--r--otk/property.hh2
2 files changed, 4 insertions, 0 deletions
diff --git a/otk/property.cc b/otk/property.cc
index 699dd91b..03f0d6b6 100644
--- a/otk/property.cc
+++ b/otk/property.cc
@@ -61,6 +61,8 @@ void Property::initialize()
atoms.net_workarea = create("_NET_WORKAREA");
atoms.net_supporting_wm_check = create("_NET_SUPPORTING_WM_CHECK");
// atoms.net_virtual_roots = create("_NET_VIRTUAL_ROOTS");
+ atoms.net_desktop_layout = create("_NET_DESKTOP_LAYOUT");
+ atoms.net_showing_desktop = create("_NET_SHOWING_DESKTOP");
atoms.net_close_window = create("_NET_CLOSE_WINDOW");
atoms.net_wm_moveresize = create("_NET_WM_MOVERESIZE");
diff --git a/otk/property.hh b/otk/property.hh
index 22b62fe6..19cc782b 100644
--- a/otk/property.hh
+++ b/otk/property.hh
@@ -60,6 +60,8 @@ struct Atoms {
Atom net_workarea;
Atom net_supporting_wm_check;
// Atom net_virtual_roots;
+ Atom net_desktop_layout;
+ Atom net_showing_desktop;
// root window messages
Atom net_close_window;
Atom net_wm_moveresize;