diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-31 20:10:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-31 20:10:56 +0000 |
| commit | ace0beb9157944dcb307b4ea54f63ee82cb33cdd (patch) | |
| tree | c6b84d58af4d240a96f15bb4b52ed6f2597c5455 | |
| parent | 5daa08c680500a2ee90b5b8073abbe45129277b1 (diff) | |
unser drag_used when drag is unset too
| -rw-r--r-- | plugins/mouse/mouse.c | 2 |
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 { |
