summaryrefslogtreecommitdiff
path: root/plugins/mouse
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-31 20:10:56 +0000
committerDana Jansens <danakj@orodu.net>2003-03-31 20:10:56 +0000
commitace0beb9157944dcb307b4ea54f63ee82cb33cdd (patch)
treec6b84d58af4d240a96f15bb4b52ed6f2597c5455 /plugins/mouse
parent5daa08c680500a2ee90b5b8073abbe45129277b1 (diff)
unser drag_used when drag is unset too
Diffstat (limited to 'plugins/mouse')
-rw-r--r--plugins/mouse/mouse.c2
1 files changed, 1 insertions, 1 deletions
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 {