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  e95f886e06155d8390d825a5d0921ea6e6ac50ae (commit)
      from  6c2a5f19f171862462828eff08d9caa760a3267f (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/e95f886e06155d8390d825a5d0921ea6e6ac50ae

commit e95f886e06155d8390d825a5d0921ea6e6ac50ae
Author: Carlos R. Mafra <[email protected]>
Date:   Mon Aug 1 20:28:30 2011 +0200

    util: Fix wmagnify
    
    wmagnify stopped working after f65b99e615847 ("Remove warnings").
    So revert that change in util/wmagnify.c, as it turns out that the
    gcc warning was bogus there.

diff --git a/util/wmagnify.c b/util/wmagnify.c
index 7b085b5..d65d540 100644
--- a/util/wmagnify.c
+++ b/util/wmagnify.c
@@ -397,6 +397,7 @@ static BufferData *newWindow(int magfactor)
 
 int main(int argc, char **argv)
 {
+       BufferData *data;
        int i;
        char *display = "";
        char *vdisplay = NULL;
@@ -480,6 +481,8 @@ int main(int argc, char **argv)
        cursorColor1 = WMCreateNamedColor(scr, "#ff0000", False);
        cursorColor2 = WMCreateNamedColor(scr, "#00ff00", False);
 
+       data = newWindow(magfactor);
+
        WMScreenMainLoop(scr);
 
        return 0;

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

Summary of changes:
 util/wmagnify.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
-- 
wmaker-crm.git ("Fork from the last available CVS version of Window Maker")


-- 
To unsubscribe, send mail to [email protected].

Reply via email to