add a space where it belongs
This commit is contained in:
parent
f99fe83736
commit
d75e094032
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ static void event(ObEvent *e, void *foo)
|
|||
e->data.x.e->xbutton.y >= (signed)-b &&
|
||||
e->data.x.e->xbutton.x < (signed)(w+b) &&
|
||||
e->data.x.e->xbutton.y < (signed)(h+b)) {
|
||||
click =TRUE;
|
||||
click = TRUE;
|
||||
/* double clicks happen if there were 2 in a row! */
|
||||
if (lbutton == button &&
|
||||
e->data.x.e->xbutton.time - 300 <= ltime) {
|
||||
|
|
Loading…
Reference in a new issue