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; }