]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
never mind on the hint idea, it was fun while it lasted. at least i know it is there...
[chaz/openbox] / openbox / mouse.c
index 55f1bf535b99b7462f49aabbeba7af2bca802d9a..27172d525c614c7933b297d1f9108e3947c7edd6 100644 (file)
@@ -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 */
This page took 0.025946 seconds and 4 git commands to generate.