expand CHILDMASK

This commit is contained in:
okan
2012-12-18 18:39:55 +00:00
parent 86eaf5e973
commit c565b790ed
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,6 @@
#define CONFFILE ".cwmrc"
#define WMNAME "CWM"
#define CHILDMASK (SubstructureRedirectMask|SubstructureNotifyMask)
#define BUTTONMASK (ButtonPressMask|ButtonReleaseMask)
#define MOUSEMASK (BUTTONMASK|PointerMotionMask)
#define MENUMASK (MOUSEMASK|ButtonMotionMask|ExposureMask)