summaryrefslogtreecommitdiff
path: root/openbox/screen.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/screen.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/screen.c')
-rw-r--r--openbox/screen.c3
1 files changed, 2 insertions, 1 deletions
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;