From: Dana Jansens Date: Mon, 31 Mar 2003 20:10:56 +0000 (+0000) Subject: unser drag_used when drag is unset too X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=ace0beb9157944dcb307b4ea54f63ee82cb33cdd;p=chaz%2Fopenbox unser drag_used when drag is unset too --- diff --git a/plugins/mouse/mouse.c b/plugins/mouse/mouse.c index 9a154936..0b2471ee 100644 --- a/plugins/mouse/mouse.c +++ b/plugins/mouse/mouse.c @@ -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 {