]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
add support for _NET_WM_ACTION_ABOVE and _NET_WM_ACTION_BELOW which aren't in the...
[chaz/openbox] / openbox / prop.h
index f8b44a73027ef678ef84244aad379a54af004da3..fffbfd4cc5836b1368a751846dd83367287f100a 100644 (file)
@@ -108,6 +108,8 @@ typedef struct Atoms {
     Atom net_close_window;
     Atom net_wm_moveresize;
     Atom net_moveresize_window;
+    Atom net_request_frame_extents;
+    Atom net_restack_window;
 
     /* helpful hints to apps that aren't used for anything */
     Atom net_wm_full_placement;
@@ -158,6 +160,8 @@ typedef struct Atoms {
     Atom net_wm_action_fullscreen;
     Atom net_wm_action_change_desktop;
     Atom net_wm_action_close;
+    Atom net_wm_action_above;
+    Atom net_wm_action_below;
 
     Atom net_wm_state_modal;
 /*    Atom net_wm_state_sticky;*/
This page took 0.020259 seconds and 4 git commands to generate.