summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-01 00:55:56 +0000
committerDana Jansens <danakj@orodu.net>2007-05-01 00:55:56 +0000
commitc991482154d390e46298afb12d213448cc120563 (patch)
tree7c81012f4e126eb047520b1bdf3f0985dd962813 /openbox
parent492675fdd3427e52b80f347599d5c6ddc42f454b (diff)
fix this client message.
Diffstat (limited to 'openbox')
-rw-r--r--openbox/screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index db7c8ace..0773caad 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -146,8 +146,8 @@ static gboolean replace_wm()
/* Send client message indicating that we are now the WM */
prop_message(RootWindow(ob_display, ob_screen), prop_atoms.manager,
- timestamp, wm_sn_atom, 0, 0, SubstructureNotifyMask);
-
+ timestamp, wm_sn_atom, screen_support_win, 0,
+ SubstructureNotifyMask);
return TRUE;
}