summaryrefslogtreecommitdiff
path: root/openbox/prop.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-11 05:00:56 +0000
committerDana Jansens <danakj@orodu.net>2007-03-11 05:00:56 +0000
commitaaabb13c0a1c41b6b20ea75df707671569fb08ab (patch)
tree04a455069ce1b2be860e09d7e51258e8eba621e8 /openbox/prop.c
parent19b480058e869a588ea20be5e29017ae2052e967 (diff)
add _NET_WM_FULL_PLACEMENT, cuz openbox does do placement, even tho it can be sucky right now, lol. but it's good for dialogs and stuff, which is what this is talking about.
also add _NET_WM_MOVERESIZE_CANCEL.
Diffstat (limited to 'openbox/prop.c')
-rw-r--r--openbox/prop.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/prop.c b/openbox/prop.c
index 686404d4..91dca5cb 100644
--- a/openbox/prop.c
+++ b/openbox/prop.c
@@ -52,6 +52,8 @@ void prop_startup()
CREATE(sm_client_id, "SM_CLIENT_ID");
+ CREATE(net_wm_full_placement, "_NET_WM_FULL_PLACEMENT");
+
CREATE(net_supported, "_NET_SUPPORTED");
CREATE(net_client_list, "_NET_CLIENT_LIST");
CREATE(net_client_list_stacking, "_NET_CLIENT_LIST_STACKING");
@@ -109,6 +111,7 @@ void prop_startup()
prop_atoms.net_wm_moveresize_move = 8;
prop_atoms.net_wm_moveresize_size_keyboard = 9;
prop_atoms.net_wm_moveresize_move_keyboard = 10;
+ prop_atoms.net_wm_moveresize_cancel = 11;
CREATE(net_wm_action_move, "_NET_WM_ACTION_MOVE");
CREATE(net_wm_action_resize, "_NET_WM_ACTION_RESIZE");