no enter events on decorations
This commit is contained in:
parent
c3f9abaf52
commit
797d54d933
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@
|
|||
#define PLATE_EVENTMASK (SubstructureRedirectMask | ButtonPressMask)
|
||||
#define FRAME_EVENTMASK (EnterWindowMask | LeaveWindowMask)
|
||||
#define ELEMENT_EVENTMASK (ButtonPressMask | ButtonReleaseMask | \
|
||||
ButtonMotionMask | ExposureMask | \
|
||||
EnterWindowMask | LeaveWindowMask)
|
||||
ButtonMotionMask | ExposureMask)
|
||||
|
||||
/* style settings - geometry */
|
||||
int s_bevel;
|
||||
|
|
Loading…
Reference in a new issue