all repos — openbox @ 3a91527fdfdb6e48eee933357edc13177bd6ce17

openbox fork - make it a bit more like ryudo

hm, that was a silly error. the propogate mask shouldnt get the Hint thing in it.
Dana Jansens danakj@orodu.net
commit

3a91527fdfdb6e48eee933357edc13177bd6ce17

parent

a806f052145f0945f993589893b4a7d3cf184c66

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -52,7 +52,7 @@ /*! The event mask to grab on client windows */

#define CLIENT_EVENTMASK (PropertyChangeMask | StructureNotifyMask) #define CLIENT_NOPROPAGATEMASK (ButtonPressMask | ButtonReleaseMask | \ - ButtonMotionMask | PointerMotionHintMask) + ButtonMotionMask) typedef struct {