you cant grab substructureredirect on the plate. why was this even here?
authorDana Jansens <danakj@orodu.net>
Sun, 22 Apr 2007 22:55:06 +0000 (22:55 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 22 Apr 2007 22:55:06 +0000 (22:55 +0000)
openbox/frame.c

index 991e9ad..a669f20 100644 (file)
@@ -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)