Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        Makefile.am evas_common.h 
Added Files:
        evas_gl_common.h 


Log Message:


GL engine goes in... its not 100% complete. fonts are sub-optimal. i quickly
hooked them in to work at all...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 2 Apr 2003 04:28:26 -0000       1.2
+++ Makefile.am 4 Sep 2003 07:40:34 -0000       1.3
@@ -8,6 +8,7 @@
 evas_engine_api_buffer.h \
 evas_engine_api_software_qtopia.h \
 evas_engine_api_gl_x11.h \
+evas_gl_common.h \
 evas_mmx.h  \
 evas_options.h \
 evas_private.h
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_common.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- evas_common.h       10 Jul 2003 13:13:25 -0000      1.9
+++ evas_common.h       4 Sep 2003 07:40:34 -0000       1.10
@@ -128,7 +128,7 @@
 #ifndef _WIN32_WCE
 typedef unsigned long long            DATA64;
 #else
-typedef unsigned __int64                         DATA64;
+typedef unsigned __int64             DATA64;
 #define strdup _strdup
 #define snprintf _snprintf
 #define rewind(f) fseek(f,0,SEEK_SET)




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to