Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/epeg

Dir     : e17/libs/epeg/src/lib


Modified Files:
        Epeg.h 


Log Message:


fix colorspace limit + prototype missing

===================================================================
RCS file: /cvs/e/e17/libs/epeg/src/lib/Epeg.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Epeg.h      6 Sep 2006 07:13:51 -0000       1.4
+++ Epeg.h      21 Oct 2007 16:09:25 -0000      1.5
@@ -54,6 +54,7 @@
    EAPI Epeg_Image   *epeg_memory_open               (unsigned char *data, int 
size);
    EAPI void          epeg_size_get                  (Epeg_Image *im, int *w, 
int *h);
    EAPI void          epeg_decode_size_set           (Epeg_Image *im, int w, 
int h);
+   EAPI void          epeg_colorspace_get            (Epeg_Image *im, int 
*space);
    EAPI void          epeg_decode_colorspace_set     (Epeg_Image *im, 
Epeg_Colorspace colorspace);
    EAPI const void   *epeg_pixels_get                (Epeg_Image *im, int x, 
int y, int w, int h);
    EAPI void          epeg_pixels_free               (Epeg_Image *im, const 
void *data);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to