From 3a91527fdfdb6e48eee933357edc13177bd6ce17 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Apr 2007 01:08:09 +0000 Subject: [PATCH] hm, that was a silly error. the propogate mask shouldnt get the Hint thing in it. --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.44.0