all repos — openbox @ 8475442608261fd94d3b2cbbf56394209b77441a

openbox fork - make it a bit more like ryudo

add the actions to compliance, including the 2 new ones
Dana Jansens danakj@orodu.net
commit

8475442608261fd94d3b2cbbf56394209b77441a

parent

94d9d069b5a2a278ea461dcdb1eeb6ee11b26e9e

1 files changed, 13 insertions(+), 0 deletions(-)

jump to
M COMPLIANCECOMPLIANCE

@@ -63,3 +63,16 @@ + _NET_WM_SYNC_REQUEST (1.3)

+ _NET_WM_FULL_PLACEMENT (1.4) + _NET_WM_MOVERESIZE_CANCEL (1.4) + _NET_REQUEST_FRAME_EXTENTS (1.3) ++ _NET_WM_ACTION_MOVE (1.3) ++ _NET_WM_ACTION_RESIZE (1.3) ++ _NET_WM_ACTION_MINIMIZE (1.3) ++ _NET_WM_ACTION_SHADE (1.3) +- _NET_WM_ACTION_STICK (1.3) + Openbox does not do large desktops, so no sticky state is needed. ++ _NET_WM_ACTION_MAXIMIZE_HORZ (1.3) ++ _NET_WM_ACTION_MAXIMIZE_VERT (1.3) ++ _NET_WM_ACTION_FULLSCREEN (1.3) ++ _NET_WM_ACTION_CHANGE_DESKTOP (1.3) ++ _NET_WM_ACTION_CLOSE (1.3) ++ _NET_WM_ACTION_ABOVE (1.4?) ++ _NET_WM_ACTION_BELOW (1.4?)