all repos — openbox @ d75e094032c10a4f752c83f8b01542739787e5f5

openbox fork - make it a bit more like ryudo

add a space where it belongs
Dana Jansens danakj@orodu.net
commit

d75e094032c10a4f752c83f8b01542739787e5f5

parent

f99fe8373686615d24bb6806a5b788f5d11d2133

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M plugins/mouse/mouse.cplugins/mouse/mouse.c

@@ -254,7 +254,7 @@ if (e->data.x.e->xbutton.x >= (signed)-b &&

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) {