]> Dogcows Code - chaz/openbox/commitdiff
back out r5812. you do want that there
authorDana Jansens <danakj@orodu.net>
Mon, 23 Apr 2007 02:02:34 +0000 (02:02 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 23 Apr 2007 02:02:34 +0000 (02:02 +0000)
openbox/frame.c

index a669f20ddd138c6c021b06b020e377dd673c62f9..991e9adc71872a38900362c81bcdc6daecb42b77 100644 (file)
@@ -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)
This page took 0.022962 seconds and 4 git commands to generate.