]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
get rid of the plate window
[chaz/openbox] / openbox / mouse.c
index 850fb337cb99e964ae9144bf3525aad97652cc6f..f74063edbbffc394bf8db31fb42dc889a4236b31 100644 (file)
@@ -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
This page took 0.0209 seconds and 4 git commands to generate.