diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-31 19:55:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-31 19:55:21 +0000 |
| commit | d75e094032c10a4f752c83f8b01542739787e5f5 (patch) | |
| tree | c0e02fdd48233626e54556e47ef3edacab78f3da /plugins/mouse/mouse.c | |
| parent | f99fe8373686615d24bb6806a5b788f5d11d2133 (diff) | |
add a space where it belongs
Diffstat (limited to 'plugins/mouse/mouse.c')
| -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 f505c887..9a154936 100644 --- a/plugins/mouse/mouse.c +++ b/plugins/mouse/mouse.c @@ -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) { |
