all repos — fluxbox @ 96f47306ac50080b67bfbcd87acaa36418a14d8b

custom fork of the fluxbox windowmanager

fixed minor bug
fluxgen fluxgen
commit

96f47306ac50080b67bfbcd87acaa36418a14d8b

parent

4d6e5e3f1cc47f85b228a476134f572cf277c152

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

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

@@ -80,7 +80,7 @@ addType(Texture::DIAGONAL);

} else if (strstr(ts, "solid")) addType(Texture::SOLID); else - addType(Texture::DEFAULT_BEVEL); + addType(Texture::DEFAULT_TEXTURE); if (strstr(ts, "raised")) addType(Texture::RAISED);

@@ -89,7 +89,7 @@ addType(Texture::SUNKEN);

else if (strstr(ts, "flat")) addType(Texture::FLAT); else - addType(Texture::DEFAULT_TEXTURE); + addType(Texture::DEFAULT_BEVEL); if (! (type() & Texture::FLAT)) if (strstr(ts, "bevel2"))