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-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=806655e78ad73281100448623ebb9280b7f60bbc;p=chaz%2Fopenbox 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)