set the eventmask on frame windows again..
authorDana Jansens <danakj@orodu.net>
Tue, 24 Apr 2007 00:07:28 +0000 (00:07 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 24 Apr 2007 00:07:28 +0000 (00:07 +0000)
openbox/frame.c

index d18a7aa..eb223f6 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;