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/mouse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/mouse.c') diff --git a/openbox/mouse.c b/openbox/mouse.c index 55f1bf53..27172d52 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -106,8 +106,7 @@ void mouse_grab_for_client(ObClient *client, gboolean grab) if (FRAME_CONTEXT(i, client)) { win = client->frame->window; mode = GrabModeAsync; - mask = ButtonPressMask | ButtonMotionMask | ButtonReleaseMask | - PointerMotionHintMask; + mask = ButtonPressMask | ButtonMotionMask | ButtonReleaseMask; } else if (CLIENT_CONTEXT(i, client)) { win = client->frame->plate; mode = GrabModeSync; /* this is handled in event */ -- cgit v1.2.3