1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 12:00:31 +01:00

setstyle: Add support for fpixmap ("fillscale") textures

This commit is contained in:
Doug Torrance
2018-05-15 14:50:18 -04:00
committed by Carlos R. Mafra
parent 7c89ca2551
commit 100745d356

View File

@@ -130,6 +130,7 @@ static void hackPathInTexture(WMPropList * texture, const char *prefix)
strcasecmp(t, "spixmap") == 0 ||
strcasecmp(t, "mpixmap") == 0 ||
strcasecmp(t, "cpixmap") == 0 ||
strcasecmp(t, "fpixmap") == 0 ||
strcasecmp(t, "tvgradient") == 0 ||
strcasecmp(t, "thgradient") == 0 ||
strcasecmp(t, "tdgradient") == 0) {