]> Dogcows Code - chaz/openbox/blobdiff - otk/property.hh
split the ob module into separate .i's
[chaz/openbox] / otk / property.hh
index 22b62fe67c55cf3fe445ec3548a659a589170f23..a4bfb05b2ce3fce6f130230d0ecd4b5bcd48ce61 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;
@@ -74,7 +76,7 @@ struct Atoms {
   Atom net_wm_state;
   Atom net_wm_strut;
 //  Atom net_wm_icon_geometry;
-//  Atom net_wm_icon;
+  Atom net_wm_icon;
 //  Atom net_wm_pid;
 //  Atom net_wm_handled_icons;
   Atom net_wm_allowed_actions;
@@ -119,12 +121,22 @@ struct Atoms {
   Atom net_wm_state_above;
   Atom net_wm_state_below;
 
+  Atom net_wm_state_add;
+  Atom net_wm_state_remove;
+  Atom net_wm_state_toggle;
+
   Atom kde_net_system_tray_windows;
   Atom kde_net_wm_system_tray_window_for;
   Atom kde_net_wm_window_type_override;
 
+  Atom kwm_win_icon;
+
+  Atom rootpmapid;
+  Atom esetrootid;
+
   Atom openbox_premax;
   Atom openbox_active_window;
+  Atom openbox_restack_window;
 };
 
 
This page took 0.020583 seconds and 4 git commands to generate.