]> Dogcows Code - chaz/openbox/commitdiff
add a space where it belongs
authorDana Jansens <danakj@orodu.net>
Mon, 31 Mar 2003 19:55:21 +0000 (19:55 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 31 Mar 2003 19:55:21 +0000 (19:55 +0000)
plugins/mouse/mouse.c

index f505c887487f1d9e6f56f0c348b92c98e20e9d51..9a1549362f029419f4852ffe0ba43f794767d39e 100644 (file)
@@ -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) {
This page took 0.024483 seconds and 4 git commands to generate.