From 6d400ac04481436eb20b6fc8634b435bd0694898 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 05:52:36 +0000 Subject: [PATCH] end drags --- plugins/mouse/mouse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mouse/mouse.c b/plugins/mouse/mouse.c index dfdde6af..aeb3c592 100644 --- a/plugins/mouse/mouse.c +++ b/plugins/mouse/mouse.c @@ -227,6 +227,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; } /* clicks are only valid if its released over the window */ -- 2.39.2