]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
add the PointerMotionHintMask everywhere, we dont need every mouse event
[chaz/openbox] / openbox / client.c
index 08d316c49d67da9448ccc4e10105b33b57b1470a..f2feefdff9fb5f6092b1d1e71ad0029fdc3942a1 100644 (file)
@@ -52,7 +52,7 @@
 #define CLIENT_EVENTMASK (PropertyChangeMask | StructureNotifyMask)
 
 #define CLIENT_NOPROPAGATEMASK (ButtonPressMask | ButtonReleaseMask | \
-                                ButtonMotionMask)
+                                ButtonMotionMask | PointerMotionHintMask)
 
 typedef struct
 {
This page took 0.022017 seconds and 4 git commands to generate.