From: Dana Jansens Date: Mon, 23 Apr 2007 02:02:34 +0000 (+0000) Subject: back out r5812. you do want that there X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=06943a10ffcfb0c72c5612bd591b77829276fc4a;p=chaz%2Fopenbox back out r5812. you do want that there --- 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)