]> Dogcows Code - chaz/openbox/commitdiff
unser drag_used when drag is unset too
authorDana Jansens <danakj@orodu.net>
Mon, 31 Mar 2003 20:10:56 +0000 (20:10 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 31 Mar 2003 20:10:56 +0000 (20:10 +0000)
plugins/mouse/mouse.c

index 9a1549362f029419f4852ffe0ba43f794767d39e..0b2471ee9e0b8c1f8f3534604d995bb8a1cee285 100644 (file)
@@ -240,7 +240,7 @@ static void event(ObEvent *e, void *foo)
                             e->data.x.client, e->data.x.e->xbutton.state,
                             e->data.x.e->xbutton.button,
                             cx, cy, cw, ch, dx, dy, TRUE, corner);
-                drag = FALSE;
+                drag = drag_used = FALSE;
                 
                 lbutton = 0;
             } else {
This page took 0.021578 seconds and 4 git commands to generate.