From 3595da62ca70f494f3341af744da627af414cb18 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Apr 2007 01:16:33 +0000 Subject: never mind on the hint idea, it was fun while it lasted. at least i know it is there now. --- openbox/menuframe.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'openbox/menuframe.c') 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) -- cgit v1.2.3