]> Dogcows Code - chaz/openbox/blobdiff - otk/property.hh
add W-d to toggle show-desktop-mode by default
[chaz/openbox] / otk / property.hh
index 1e3794481c026632819da646cbf6c3847e48d36d..19cc782b0bfe093ed8f668e8855333de9dad8859 100644 (file)
 
 extern "C" {
 #include <X11/Xlib.h>
-
-#include <assert.h>
 }
 
 #include <vector>
+#include <cassert>
 
 namespace otk {
 
@@ -61,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;
@@ -99,9 +100,12 @@ struct Atoms {
 
   Atom net_wm_action_move;
   Atom net_wm_action_resize;
+  Atom net_wm_action_minimize;
   Atom net_wm_action_shade;
+  Atom net_wm_action_stick;
   Atom net_wm_action_maximize_horz;
   Atom net_wm_action_maximize_vert;
+  Atom net_wm_action_fullscreen;
   Atom net_wm_action_change_desktop;
   Atom net_wm_action_close;
 
@@ -120,6 +124,9 @@ struct Atoms {
   Atom kde_net_system_tray_windows;
   Atom kde_net_wm_system_tray_window_for;
   Atom kde_net_wm_window_type_override;
+
+  Atom openbox_premax;
+  Atom openbox_active_window;
 };
 
 
This page took 0.022921 seconds and 4 git commands to generate.