summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-24 01:08:09 +0000
committerDana Jansens <danakj@orodu.net>2007-04-24 01:08:09 +0000
commit3a91527fdfdb6e48eee933357edc13177bd6ce17 (patch)
treef4a5f8117800aa6a4e0f3d6fbe717e155ffe253c
parenta806f052145f0945f993589893b4a7d3cf184c66 (diff)
hm, that was a silly error. the propogate mask shouldnt get the Hint thing in it.
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
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
{