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-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=inline;h=3a91527fdfdb6e48eee933357edc13177bd6ce17;p=chaz%2Fopenbox 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 {