back out r5812. you do want that there

This commit is contained in:
Dana Jansens 2007-04-23 02:02:34 +00:00
parent a82c1efeed
commit 06943a10ff

View file

@ -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)