Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : libs/edje
Dir : e17/libs/edje/src/lib
Modified Files:
edje_private.h
Log Message:
apparently char is unsigned by default on my compiler
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_private.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- edje_private.h 12 Jan 2004 19:21:25 -0000 1.55
+++ edje_private.h 19 Jan 2004 19:28:38 -0000 1.56
@@ -524,7 +524,7 @@
int num;
struct {
unsigned char color; /* 0 = color, 1, 2 = color2, color3 */
- char x, y; /* offset */
+ signed char x, y; /* offset */
unsigned char alpha;
} members[32];
};
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs