unser drag_used when drag is unset too
This commit is contained in:
parent
5daa08c680
commit
ace0beb915
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ static void event(ObEvent *e, void *foo)
|
||||||
e->data.x.client, e->data.x.e->xbutton.state,
|
e->data.x.client, e->data.x.e->xbutton.state,
|
||||||
e->data.x.e->xbutton.button,
|
e->data.x.e->xbutton.button,
|
||||||
cx, cy, cw, ch, dx, dy, TRUE, corner);
|
cx, cy, cw, ch, dx, dy, TRUE, corner);
|
||||||
drag = FALSE;
|
drag = drag_used = FALSE;
|
||||||
|
|
||||||
lbutton = 0;
|
lbutton = 0;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue