hm, that was a silly error. the propogate mask shouldnt get the Hint thing in it.
authorDana Jansens <danakj@orodu.net>
Tue, 24 Apr 2007 01:08:09 +0000 (01:08 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 24 Apr 2007 01:08:09 +0000 (01:08 +0000)
openbox/client.c

index f2feefd..08d316c 100644 (file)
@@ -52,7 +52,7 @@
 #define CLIENT_EVENTMASK (PropertyChangeMask | StructureNotifyMask)
 
 #define CLIENT_NOPROPAGATEMASK (ButtonPressMask | ButtonReleaseMask | \
-                                ButtonMotionMask | PointerMotionHintMask)
+                                ButtonMotionMask)
 
 typedef struct
 {