summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-31 19:55:21 +0000
committerDana Jansens <danakj@orodu.net>2003-03-31 19:55:21 +0000
commitd75e094032c10a4f752c83f8b01542739787e5f5 (patch)
treec0e02fdd48233626e54556e47ef3edacab78f3da
parentf99fe8373686615d24bb6806a5b788f5d11d2133 (diff)
add a space where it belongs
-rw-r--r--plugins/mouse/mouse.c2
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) {