all repos — fluxbox @ b7e84104a695bb3628e482c4be93f6f516e46e7d

custom fork of the fluxbox windowmanager

bugfix: render 'sunken' gradients correctly
Mathias Gumz akira at fluxbox dot org
commit

b7e84104a695bb3628e482c4be93f6f516e46e7d

parent

3c7407beb4cca20392107545c5bc055c48f55ba8

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

jump to
M src/FbTk/TextureRender.ccsrc/FbTk/TextureRender.cc

@@ -1457,7 +1457,7 @@

// invert our width and height if necessary translateSize(orientation, width, height); - bool inverted = texture.type() & Texture::SUNKEN; + bool inverted = texture.type() & Texture::INVERT; const Color* from = &(texture.color()); const Color* to = &(texture.colorTo());