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  fffd8e799a960579c4f98008e1272bbe050e9257 (commit)
      from  9f54f00714cd9460fa0945202c7f2902d9b3bac7 (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/fffd8e799a960579c4f98008e1272bbe050e9257

commit fffd8e799a960579c4f98008e1272bbe050e9257
Author: David Maciejak <[email protected]>
Date:   Thu Mar 6 12:01:02 2014 +0700

    wrlib: WEBP header fixes

diff --git a/wrlib/imgformat.h b/wrlib/imgformat.h
index 9e739d80..43df3ec9 100644
--- a/wrlib/imgformat.h
+++ b/wrlib/imgformat.h
@@ -70,7 +70,7 @@ RImage *RLoadGIF(const char *file, int index);
 #endif
 
 #ifdef USE_WEBP
-RImage *RLoadWEBP(const char *file, int index);
+RImage *RLoadWEBP(const char *file);
 #endif
 
 /*
diff --git a/wrlib/load.c b/wrlib/load.c
index 6ad2a3d4..fb785d71 100644
--- a/wrlib/load.c
+++ b/wrlib/load.c
@@ -200,7 +200,7 @@ RImage *RLoadImage(RContext * context, const char *file, 
int index)
 
 #ifdef USE_WEBP
        case IM_WEBP:
-               image = RLoadWEBP(file, index);
+               image = RLoadWEBP(file);
                break;
 #endif                         /* USE_WEBP */
 
diff --git a/wrlib/load_webp.c b/wrlib/load_webp.c
index 9364332e..47aaa53a 100644
--- a/wrlib/load_webp.c
+++ b/wrlib/load_webp.c
@@ -32,8 +32,7 @@
 #include "wraster.h"
 #include "imgformat.h"
 
-RImage *
-RLoadWEBP(const char *file_name)
+RImage *RLoadWEBP(const char *file_name)
 {
        FILE *file;
        RImage *image = NULL;

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

Summary of changes:
 wrlib/imgformat.h |    2 +-
 wrlib/load.c      |    2 +-
 wrlib/load_webp.c |    3 +--
 3 files changed, 3 insertions(+), 4 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