all repos — openbox @ 9d896233ecc6f8cc0ea5c4f483d55cb0c692dc2b

openbox fork - make it a bit more like ryudo

missed setting 'current' at the end of the pyramid gradient
Dana Jansens danakj@orodu.net
commit

9d896233ecc6f8cc0ea5c4f483d55cb0c692dc2b

parent

2fa7129ca3cdab0ccc7a575a70dad825d06d9521

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

jump to
M render/gradient.crender/gradient.c

@@ -533,6 +533,7 @@ *(end-(inw-x)) = current;

NEXT(x); } + current = COLOR(x); *(data+x) = current; *(data+inw-x) = current; *(end-x) = current;