Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/software_x11


Modified Files:
        evas_engine.c 


Log Message:


software engines all now totally inherit from software_generic and
xrender_x11 now partially inherits.
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/modules/engines/software_x11/evas_engine.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evas_engine.c       2 Mar 2006 08:06:10 -0000       1.4
+++ evas_engine.c       2 Mar 2006 09:16:46 -0000       1.5
@@ -3,6 +3,9 @@
 #include "evas_engine.h"
 #include "Evas_Engine_Software_X11.h"
 
+/* function tables - filled in later (func and parent func) */
+static Evas_Func func, pfunc;
+
 /* engine struct data */
 typedef struct _Render_Engine Render_Engine;
 
@@ -347,8 +350,6 @@
 
 
 /* module advertising code */
-static Evas_Func func, pfunc;
- 
 int
 module_open(Evas_Module *em)
 {




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to