diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-23 02:02:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-23 02:02:34 +0000 |
| commit | 06943a10ffcfb0c72c5612bd591b77829276fc4a (patch) | |
| tree | d1f95f449ccb36181a69875156db6eafb3ff345a | |
| parent | a82c1efeed566d8227a73904bd9688bd553ff4d1 (diff) | |
back out r5812. you do want that there
| -rw-r--r-- | openbox/frame.c | 3 |
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) |
