This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.

The branch, next has been updated
       via  9d503d2abc2eb052436fb2f8d072750810f1fc09 (commit)
      from  8c6525a2b7870e1bc0bcbddf11c11e09054f389e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/9d503d2abc2eb052436fb2f8d072750810f1fc09

commit 9d503d2abc2eb052436fb2f8d072750810f1fc09
Author: Amadeusz Sławiński <am...@asmblr.net>
Date:   Mon May 19 21:45:17 2014 +0200

    Fix segfault in Wprefs when background is set to fpixmap (wmsetbg 
--fillscale)
    
    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>

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);

-----------------------------------------------------------------------

Summary of changes:
 WPrefs.app/Appearance.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


repo.or.cz automatic notification. Contact project admin crma...@gmail.com
if you want to unsubscribe, or site admin ad...@repo.or.cz if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to