Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_object_image.c 


Log Message:
0

cedric's patches broke emotion - fix.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_object_image.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- evas_object_image.c 16 Jul 2007 07:25:33 -0000      1.54
+++ evas_object_image.c 18 Jul 2007 04:42:23 -0000      1.55
@@ -27,8 +27,8 @@
       const char    *key;
       int            cspace;
 
-      char           smooth_scale : 1;
-      char           has_alpha :1;
+      unsigned char  smooth_scale : 1;
+      unsigned char  has_alpha :1;
    } cur, prev;
 
    int               pixels_checked_out;
@@ -48,8 +48,8 @@
 
    void             *engine_data;
 
-   char              changed : 1;
-   char              dirty_pixels : 1;
+   unsigned char     changed : 1;
+   unsigned char     dirty_pixels : 1;
 };
 
 /* private methods for image objects */



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to