From b5161f803267be7778dd893de55d2f71c808d719 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 4 May 2007 07:21:22 +0000 Subject: revert r6029, as it didnt fix anything. however this patch does fix the aforementioned problem. actions need some reworking... yeah... later... --- openbox/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/mouse.c') diff --git a/openbox/mouse.c b/openbox/mouse.c index 517ed6e6..27172d52 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -108,7 +108,7 @@ void mouse_grab_for_client(ObClient *client, gboolean grab) mode = GrabModeAsync; mask = ButtonPressMask | ButtonMotionMask | ButtonReleaseMask; } else if (CLIENT_CONTEXT(i, client)) { - win = client->window; + win = client->frame->plate; mode = GrabModeSync; /* this is handled in event */ mask = ButtonPressMask; /* can't catch more than this with Sync mode the release event is -- cgit v1.2.3