move BUTTONMASK away from header
This commit is contained in:
parent
0b678ce0c2
commit
e7447c24d3
3
window.c
3
window.c
|
@ -28,6 +28,9 @@
|
|||
|
||||
extern AwesomeConf globalconf;
|
||||
|
||||
/** Mask shorthands, used in event.c and window.c */
|
||||
#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
|
||||
|
||||
/** Set client WM_STATE property
|
||||
* \param win Window
|
||||
* \param state state
|
||||
|
|
Loading…
Reference in New Issue