]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
drop the DoNotPropogate thing. metacity doesn't set it at all, and i cant tell any...
[chaz/openbox] / openbox / mouse.c
index 55f1bf535b99b7462f49aabbeba7af2bca802d9a..517ed6e695c362ac6b3ae0d2fdfa2705a1e0e887 100644 (file)
@@ -106,10 +106,9 @@ 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;
+                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.020313 seconds and 4 git commands to generate.