X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=0773caad9e210b43e042e2cb4345c63486c5397f;hb=564b727966ef1a38309d45b2ab040c3deeb658a4;hp=97cab3e6492a7b6b8ffebb0b7a2ed143f8e753dc;hpb=0116d82463197bea2890230d71a69e4b92489166;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index 97cab3e6..0773caad 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -139,16 +139,15 @@ static gboolean replace_wm() } if (wait >= timeout) { - g_message(_("Timeout expired while waiting for the current WM to die" - " on screen %d"), ob_screen); + g_message(_("The WM on screen %d is not exiting"), ob_screen); return FALSE; } } /* 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; }