]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
drop the DoNotPropogate thing. metacity doesn't set it at all, and i cant tell any...
[chaz/openbox] / openbox / client.c
index c3c59f0a61283d15ef451043e4ede7a1cfbf1544..256190b97ff7ed74a670daadfe466807384d9274 100644 (file)
@@ -262,9 +262,7 @@ void client_manage(Window window)
 
     /* choose the events we want to receive on the CLIENT window */
     attrib_set.event_mask = CLIENT_EVENTMASK;
-    attrib_set.do_not_propagate_mask = CLIENT_NOPROPAGATEMASK;
-    XChangeWindowAttributes(ob_display, window,
-                            CWEventMask|CWDontPropagate, &attrib_set);
+    XChangeWindowAttributes(ob_display, window, CWEventMask, &attrib_set);
 
 
     /* create the ObClient struct, and populate it from the hints on the
This page took 0.024286 seconds and 4 git commands to generate.