projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
492675f
)
fix this client message.
author
Dana Jansens
<danakj@orodu.net>
Tue, 1 May 2007 00:55:56 +0000
(
00:55
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 1 May 2007 00:55:56 +0000
(
00:55
+0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index db7c8ace460222ff7abafa4c2d8abc4472ef6a43..0773caad9e210b43e042e2cb4345c63486c5397f 100644
(file)
--- 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;
}