]> Dogcows Code - chaz/openbox/commitdiff
add new actions from the ewmh spec
authorDana Jansens <danakj@orodu.net>
Fri, 17 Jan 2003 07:48:38 +0000 (07:48 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 17 Jan 2003 07:48:38 +0000 (07:48 +0000)
otk/property.cc
otk/property.hh

index a51a2353318f994731d99f443d8f21a854fed1ff..b12ff5036c27aef585be8a5c3a4c6ada0ea23f12 100644 (file)
@@ -107,9 +107,12 @@ void Property::initialize()
  
   atoms.net_wm_action_move = create("_NET_WM_ACTION_MOVE");
   atoms.net_wm_action_resize = create("_NET_WM_ACTION_RESIZE");
+  atoms.net_wm_action_minimize = create("_NET_WM_ACTION_MINIMIZE");
   atoms.net_wm_action_shade = create("_NET_WM_ACTION_SHADE");
+  atoms.net_wm_action_stick = create("_NET_WM_ACTION_STICK");
   atoms.net_wm_action_maximize_horz = create("_NET_WM_ACTION_MAXIMIZE_HORZ");
   atoms.net_wm_action_maximize_vert = create("_NET_WM_ACTION_MAXIMIZE_VERT");
+  atoms.net_wm_action_fullscreen = create("_NET_WM_ACTION_FULLSCREEN");
   atoms.net_wm_action_change_desktop =
     create("_NET_WM_ACTION_CHANGE_DESKTOP");
   atoms.net_wm_action_close = create("_NET_WM_ACTION_CLOSE");
index 1e3794481c026632819da646cbf6c3847e48d36d..9ff30887609d29475ce847c356b1d62035e0b1c5 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;
 
This page took 0.023311 seconds and 4 git commands to generate.