Long time ago I added this option so I could have wallpaper filling my screen while preserving aspect ratio. Seems like I didn't add it to WPrefs
Signed-off-by: Amadeusz Sławiński <am...@asmblr.net> --- WPrefs.app/Appearance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index dc1d8c0..092ad08 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); -- 1.9.3 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.