]> Dogcows Code - chaz/openbox/blobdiff - otk/property.hh
include stdio
[chaz/openbox] / otk / property.hh
index 1e3794481c026632819da646cbf6c3847e48d36d..e38bb23a980d023ddd8ebfd27c116389a89c1667 100644 (file)
@@ -99,9 +99,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 +123,8 @@ 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;
 };
 
 
This page took 0.022574 seconds and 4 git commands to generate.