From: Dana Jansens Date: Tue, 1 May 2007 00:55:56 +0000 (+0000) Subject: fix this client message. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c991482154d390e46298afb12d213448cc120563;p=chaz%2Fopenbox fix this client message. --- 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; }