hm, that was a silly error. the propogate mask shouldnt get the Hint thing in it.

This commit is contained in:
Dana Jansens 2007-04-24 01:08:09 +00:00
parent a806f05214
commit 3a91527fdf

View file

@ -52,7 +52,7 @@
#define CLIENT_EVENTMASK (PropertyChangeMask | StructureNotifyMask) #define CLIENT_EVENTMASK (PropertyChangeMask | StructureNotifyMask)
#define CLIENT_NOPROPAGATEMASK (ButtonPressMask | ButtonReleaseMask | \ #define CLIENT_NOPROPAGATEMASK (ButtonPressMask | ButtonReleaseMask | \
ButtonMotionMask | PointerMotionHintMask) ButtonMotionMask)
typedef struct typedef struct
{ {