summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-23 02:02:34 +0000
committerDana Jansens <danakj@orodu.net>2007-04-23 02:02:34 +0000
commit06943a10ffcfb0c72c5612bd591b77829276fc4a (patch)
treed1f95f449ccb36181a69875156db6eafb3ff345a /openbox
parenta82c1efeed566d8227a73904bd9688bd553ff4d1 (diff)
back out r5812. you do want that there
Diffstat (limited to 'openbox')
-rw-r--r--openbox/frame.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index a669f20d..991e9adc 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -29,7 +29,8 @@
#include "moveresize.h"
#include "render/theme.h"
-#define PLATE_EVENTMASK (ButtonPressMask | FocusChangeMask)
+#define PLATE_EVENTMASK (SubstructureRedirectMask | ButtonPressMask | \
+ FocusChangeMask)
#define FRAME_EVENTMASK (EnterWindowMask | LeaveWindowMask | \
ButtonPressMask | ButtonReleaseMask | \
VisibilityChangeMask)