From: Dana Jansens Date: Tue, 24 Apr 2007 01:08:09 +0000 (+0000) Subject: hm, that was a silly error. the propogate mask shouldnt get the Hint thing in it. X-Git-Tag: openbox-3_3_991-RELEASE~150^2~197 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3a91527fdfdb6e48eee933357edc13177bd6ce17;p=dana%2Fopenbox.git hm, that was a silly error. the propogate mask shouldnt get the Hint thing in it. --- diff --git a/openbox/client.c b/openbox/client.c index f2feefdf..08d316c4 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -52,7 +52,7 @@ #define CLIENT_EVENTMASK (PropertyChangeMask | StructureNotifyMask) #define CLIENT_NOPROPAGATEMASK (ButtonPressMask | ButtonReleaseMask | \ - ButtonMotionMask | PointerMotionHintMask) + ButtonMotionMask) typedef struct {