diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-24 01:16:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-24 01:16:33 +0000 |
| commit | 3595da62ca70f494f3341af744da627af414cb18 (patch) | |
| tree | 538cf5274e608f224ad4419af016c6eeee0feb15 /openbox/menuframe.c | |
| parent | 3a91527fdfdb6e48eee933357edc13177bd6ce17 (diff) | |
never mind on the hint idea, it was fun while it lasted. at least i know it is there now.
Diffstat (limited to 'openbox/menuframe.c')
| -rw-r--r-- | openbox/menuframe.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c index c6a333a9..4cb2083d 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -31,9 +31,8 @@ #define SEPARATOR_HEIGHT 3 #define MAX_MENU_WIDTH 400 -#define FRAME_EVENTMASK (ButtonPressMask |ButtonMotionMask | \ - PointerMotionHintMask | \ - EnterWindowMask | LeaveWindowMask) +#define FRAME_EVENTMASK (ButtonPressMask |ButtonMotionMask | EnterWindowMask |\ + LeaveWindowMask) #define ENTRY_EVENTMASK (EnterWindowMask | LeaveWindowMask | \ ButtonPressMask | ButtonReleaseMask) |
