diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-24 01:00:27 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-24 01:00:27 +0000 |
| commit | a488360f48abbfd6e67576a1844d792b28e6065c (patch) | |
| tree | c41175ee9df394e27c3b7791851c484a70277df7 /openbox/client.c | |
| parent | 3993847dd4142efc1c111c9d603465d9261c1999 (diff) | |
add the PointerMotionHintMask everywhere, we dont need every mouse event
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 08d316c4..f2feefdf 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -52,7 +52,7 @@ #define CLIENT_EVENTMASK (PropertyChangeMask | StructureNotifyMask) #define CLIENT_NOPROPAGATEMASK (ButtonPressMask | ButtonReleaseMask | \ - ButtonMotionMask) + ButtonMotionMask | PointerMotionHintMask) typedef struct { |
