diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-13 17:15:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-13 17:15:15 +0000 |
| commit | 11df262d7eb56ae6af98af86cbfee8226107114d (patch) | |
| tree | d01a30b3025aca83878b672d8df9c65d1e67ba5d /openbox/prop.c | |
| parent | 0ee1581824f4693884a6f0abde62d20642df82ed (diff) | |
add support for _NET_WM_ACTION_ABOVE and _NET_WM_ACTION_BELOW which aren't in the NETWM spec yet, but will be shortly.
Diffstat (limited to 'openbox/prop.c')
| -rw-r--r-- | openbox/prop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/prop.c b/openbox/prop.c index e0559068..5b611f2d 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -135,6 +135,9 @@ void prop_startup() CREATE(net_wm_action_fullscreen, "_NET_WM_ACTION_FULLSCREEN"); CREATE(net_wm_action_change_desktop, "_NET_WM_ACTION_CHANGE_DESKTOP"); CREATE(net_wm_action_close, "_NET_WM_ACTION_CLOSE"); + CREATE(net_wm_action_above, "_NET_WM_ACTION_ABOVE"); + CREATE(net_wm_action_below, "_NET_WM_ACTION_BELOW"); + CREATE(net_wm_state_modal, "_NET_WM_STATE_MODAL"); /* CREATE(net_wm_state_sticky, "_NET_WM_STATE_STICKY");*/ CREATE(net_wm_state_maximized_vert, "_NET_WM_STATE_MAXIMIZED_VERT"); |
