From aaabb13c0a1c41b6b20ea75df707671569fb08ab Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 Mar 2007 05:00:56 +0000 Subject: 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. --- openbox/screen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index a4dfb76e..ca3e1273 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -204,9 +204,10 @@ gboolean screen_annex() window, screen_support_win); /* set the _NET_SUPPORTED_ATOMS hint */ - num_support = 54; + num_support = 55; i = 0; supported = g_new(gulong, num_support); + supported[i++] = prop_atoms.net_wm_full_placement; supported[i++] = prop_atoms.net_current_desktop; supported[i++] = prop_atoms.net_number_of_desktops; supported[i++] = prop_atoms.net_desktop_geometry; -- cgit v1.2.3