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:
committed by
Carlos R. Mafra
parent
7c89ca2551
commit
100745d356
@@ -130,6 +130,7 @@ static void hackPathInTexture(WMPropList * texture, const char *prefix)
|
|||||||
strcasecmp(t, "spixmap") == 0 ||
|
strcasecmp(t, "spixmap") == 0 ||
|
||||||
strcasecmp(t, "mpixmap") == 0 ||
|
strcasecmp(t, "mpixmap") == 0 ||
|
||||||
strcasecmp(t, "cpixmap") == 0 ||
|
strcasecmp(t, "cpixmap") == 0 ||
|
||||||
|
strcasecmp(t, "fpixmap") == 0 ||
|
||||||
strcasecmp(t, "tvgradient") == 0 ||
|
strcasecmp(t, "tvgradient") == 0 ||
|
||||||
strcasecmp(t, "thgradient") == 0 ||
|
strcasecmp(t, "thgradient") == 0 ||
|
||||||
strcasecmp(t, "tdgradient") == 0) {
|
strcasecmp(t, "tdgradient") == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user