From: Dana Jansens Date: Tue, 24 Apr 2007 00:07:28 +0000 (+0000) Subject: set the eventmask on frame windows again.. X-Git-Tag: openbox-3_3_991-RELEASE~150^2~200 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3993847dd4142efc1c111c9d603465d9261c1999;p=mikachu%2Fopenbox.git set the eventmask on frame windows again.. --- diff --git a/openbox/frame.c b/openbox/frame.c index d18a7aa4..eb223f64 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -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;