summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-22 22:55:06 +0000
committerDana Jansens <danakj@orodu.net>2007-04-22 22:55:06 +0000
commit806655e78ad73281100448623ebb9280b7f60bbc (patch)
treea70a4d52e6094f85e1e55058f113d0d859a78a93
parent546ced8109f93e19cde590befb485528bb701f66 (diff)
you cant grab substructureredirect on the plate. why was this even here?
-rw-r--r--openbox/frame.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index 991e9adc..a669f20d 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -29,8 +29,7 @@
#include "moveresize.h"
#include "render/theme.h"
-#define PLATE_EVENTMASK (SubstructureRedirectMask | ButtonPressMask | \
- FocusChangeMask)
+#define PLATE_EVENTMASK (ButtonPressMask | FocusChangeMask)
#define FRAME_EVENTMASK (EnterWindowMask | LeaveWindowMask | \
ButtonPressMask | ButtonReleaseMask | \
VisibilityChangeMask)