]> Dogcows Code - chaz/openbox/commitdiff
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 f2feefdff9fb5f6092b1d1e71ad0029fdc3942a1..08d316c49d67da9448ccc4e10105b33b57b1470a 100644 (file)
@@ -52,7 +52,7 @@
 #define CLIENT_EVENTMASK (PropertyChangeMask | StructureNotifyMask)
 
 #define CLIENT_NOPROPAGATEMASK (ButtonPressMask | ButtonReleaseMask | \
-                                ButtonMotionMask | PointerMotionHintMask)
+                                ButtonMotionMask)
 
 typedef struct
 {
This page took 0.025783 seconds and 4 git commands to generate.