]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
fix drawcontent=no resizing
[chaz/openbox] / openbox / screen.c
index 97cab3e6492a7b6b8ffebb0b7a2ed143f8e753dc..0773caad9e210b43e042e2cb4345c63486c5397f 100644 (file)
@@ -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;
 }
This page took 0.021665 seconds and 4 git commands to generate.