From: Dana Jansens Date: Sun, 22 Apr 2007 22:55:06 +0000 (+0000) Subject: you cant grab substructureredirect on the plate. why was this even here? X-Git-Tag: openbox-3_3_991-RELEASE~150^2~233 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=806655e78ad73281100448623ebb9280b7f60bbc;p=dana%2Fopenbox.git you cant grab substructureredirect on the plate. why was this even here? --- 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)