back out r5812. you do want that there
This commit is contained in:
parent
a82c1efeed
commit
06943a10ff
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue