diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-01 00:55:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-01 00:55:56 +0000 |
| commit | c991482154d390e46298afb12d213448cc120563 (patch) | |
| tree | 7c81012f4e126eb047520b1bdf3f0985dd962813 /openbox | |
| parent | 492675fdd3427e52b80f347599d5c6ddc42f454b (diff) | |
fix this client message.
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/screen.c | 4 |
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; } |
