diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index dc1d8c02..092ad08a 100644 --- a/WPrefs.app/Appearance.c +++ b/WPrefs.app/Appearance.c @@ -660,6 +660,7 @@ static Pixmap renderTexture(WMScreen * scr, WMPropList * texture, int width, int image = RMakeCenteredImage(timage, width, height, &color); RReleaseImage(timage); break; + case 'F': case 'S': case 'M': image = RScaleImage(timage, width, height);