From c991482154d390e46298afb12d213448cc120563 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 1 May 2007 00:55:56 +0000 Subject: [PATCH 1/1] fix this client message. --- openbox/screen.c | 4 ++-- 1 file 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; } -- 2.44.0