From 11df262d7eb56ae6af98af86cbfee8226107114d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 17:15:15 +0000 Subject: add support for _NET_WM_ACTION_ABOVE and _NET_WM_ACTION_BELOW which aren't in the NETWM spec yet, but will be shortly. --- openbox/prop.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/prop.h') diff --git a/openbox/prop.h b/openbox/prop.h index d1d6a516..fffbfd4c 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -160,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;*/ -- cgit v1.2.3