diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-22 22:55:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-22 22:55:06 +0000 |
| commit | 806655e78ad73281100448623ebb9280b7f60bbc (patch) | |
| tree | a70a4d52e6094f85e1e55058f113d0d859a78a93 | |
| parent | 546ced8109f93e19cde590befb485528bb701f66 (diff) | |
you cant grab substructureredirect on the plate. why was this even here?
| -rw-r--r-- | openbox/frame.c | 3 |
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) |
