]> Dogcows Code - chaz/openbox/commitdiff
fix this client message.
authorDana Jansens <danakj@orodu.net>
Tue, 1 May 2007 00:55:56 +0000 (00:55 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 1 May 2007 00:55:56 +0000 (00:55 +0000)
openbox/screen.c

index db7c8ace460222ff7abafa4c2d8abc4472ef6a43..0773caad9e210b43e042e2cb4345c63486c5397f 100644 (file)
@@ -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;
 }
This page took 0.024416 seconds and 4 git commands to generate.