]> Dogcows Code - chaz/openbox/commitdiff
add _NET_DESKTOP_LAYOUT and _NET_SHOWING_DESKTOP
authorDana Jansens <danakj@orodu.net>
Mon, 10 Feb 2003 15:13:24 +0000 (15:13 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 10 Feb 2003 15:13:24 +0000 (15:13 +0000)
otk/property.cc
otk/property.hh

index 699dd91b36a5e73b2fe93ada7085198eb6ad0ab1..03f0d6b6bcb41fc912fc356072f34c983fc8519c 100644 (file)
@@ -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");
index 22b62fe67c55cf3fe445ec3548a659a589170f23..19cc782b0bfe093ed8f668e8855333de9dad8859 100644 (file)
@@ -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;
This page took 0.029406 seconds and 4 git commands to generate.