From 2aa0a6b01ba718217e2b10107abbcd4236ba5a8f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 22:30:59 +0000 Subject: get rid of the plate window --- 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 850fb337..f74063ed 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -119,7 +119,7 @@ void mouse_grab_for_client(ObClient *client, gboolean grab) mode = GrabModeAsync; mask = ButtonPressMask | ButtonMotionMask | ButtonReleaseMask; } else if (CLIENT_CONTEXT(i, client)) { - win = client->frame->plate; + win = client->window; 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