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  ac89706859250ba5eb93aad10a5a5b77b77da09c (commit)
       via  602fbc9ee47b1ea6e8a3236fa2d0347cf77539e7 (commit)
      from  9a895dcda5121a7934a9e17470ea666b7b2219ff (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/ac89706859250ba5eb93aad10a5a5b77b77da09c

commit ac89706859250ba5eb93aad10a5a5b77b77da09c
Author: Christophe CURIS <[email protected]>
Date:   Fri May 3 08:50:51 2013 +0200

    WRaster: Bugfix, added missing 'const' to RLoad* functions
    
    Prototype of function changed in commit
      d1e1c13fa3bd60ba6c33011f58bbeb664e175198
    but two of them were not updated in the source.
    
    Thanks to Rodolfo García Peñas for taking the time to test and report.

diff --git a/wrlib/gif.c b/wrlib/gif.c
index 1ad638a..1242daa 100644
--- a/wrlib/gif.c
+++ b/wrlib/gif.c
@@ -39,7 +39,7 @@ static int InterlacedJumps[] = { 8, 8, 4, 2 };
 /*
  * Partially based on code in gif2rgb from giflib, by Gershon Elber.
  */
-RImage *RLoadGIF(char *file, int index)
+RImage *RLoadGIF(const char *file, int index)
 {
        RImage *image = NULL;
        unsigned char *cptr;
diff --git a/wrlib/nxpm.c b/wrlib/nxpm.c
index 0574fd9..37a48e8 100644
--- a/wrlib/nxpm.c
+++ b/wrlib/nxpm.c
@@ -228,7 +228,7 @@ RImage *RGetImageFromXPMData(RContext * context, char 
**data)
        return NULL;
 }
 
-RImage *RLoadXPM(RContext * context, char *file)
+RImage *RLoadXPM(RContext * context, const char *file)
 {
        RImage *image = NULL;
        char line[LINEWIDTH + 1];

http://repo.or.cz/w/wmaker-crm.git/commit/602fbc9ee47b1ea6e8a3236fa2d0347cf77539e7

commit 602fbc9ee47b1ea6e8a3236fa2d0347cf77539e7
Author: Christophe CURIS <[email protected]>
Date:   Thu May 2 23:55:00 2013 +0200

    Added missing headers to the list of source files of the project
    
    This is needed in order to have all the expected files in the
    archive of sources when using:
      make dist

diff --git a/src/Makefile.am b/src/Makefile.am
index a205c4d..f67e1cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -48,6 +48,7 @@ wmaker_SOURCES =              menu.c          menu.h          
misc.c +        misc.h          osdep_@[email protected]      monitor.c       motif.c 
@@ -67,6 +68,7 @@ wmaker_SOURCES =              screen.h        session.h       
session.c +     shutdown.h      shutdown.c      switchpanel.c   switchpanel.h 
-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am |    2 ++
 wrlib/gif.c     |    2 +-
 wrlib/nxpm.c    |    2 +-
 3 files changed, 4 insertions(+), 2 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 ("The Window Maker window manager")


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

Reply via email to