summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/frame.c1
1 files changed, 1 insertions, 0 deletions
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;