From: Dana Jansens Date: Mon, 31 Mar 2003 19:55:21 +0000 (+0000) Subject: add a space where it belongs X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=d75e094032c10a4f752c83f8b01542739787e5f5;p=chaz%2Fopenbox add a space where it belongs --- 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) {