]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
set the eventmask on frame windows again..
[chaz/openbox] / openbox / frame.c
index d18a7aa4adb09ab32d711292dbeefb89945bac96..eb223f64737e90ce0e0ef15eda752ba37081e48c 100644 (file)
@@ -108,6 +108,7 @@ ObFrame *frame_new(ObClient *client)
 
     /* create the visible decor windows */
 
+    mask = CWEventMask;
     if (visual) {
         /* client has a 32-bit visual */
         mask |= CWColormap | CWBackPixel | CWBorderPixel;
This page took 0.021432 seconds and 4 git commands to generate.