summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-19 05:52:36 +0000
committerDana Jansens <danakj@orodu.net>2003-03-19 05:52:36 +0000
commit6d400ac04481436eb20b6fc8634b435bd0694898 (patch)
treea1f494267dacc60c409f10ae59d6305b18f9ba9b /plugins
parente4fe6da48c7ddb14639ab91f8532e89b16e72deb (diff)
end drags
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mouse/mouse.c1
1 files changed, 1 insertions, 0 deletions
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 */