hm, that was a silly error. the propogate mask shouldnt get the Hint thing in it.
This commit is contained in:
parent
a806f05214
commit
3a91527fdf
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
#define CLIENT_EVENTMASK (PropertyChangeMask | StructureNotifyMask)
|
||||
|
||||
#define CLIENT_NOPROPAGATEMASK (ButtonPressMask | ButtonReleaseMask | \
|
||||
ButtonMotionMask | PointerMotionHintMask)
|
||||
ButtonMotionMask)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue