Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/software_16_ddraw
Modified Files:
evas_engine.c evas_engine.h
Log Message:
cedric's cache changes patch
===================================================================
RCS file:
/cvs/e/e17/libs/evas/src/modules/engines/software_16_ddraw/evas_engine.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_engine.c 8 Oct 2007 19:03:03 -0000 1.1
+++ evas_engine.c 12 Apr 2008 00:32:27 -0000 1.2
@@ -2,7 +2,7 @@
#include "evas_private.h"
#include "evas_engine.h"
#include "Evas_Engine_Software_16_DDraw.h"
-#include "evas_soft16.h"
+#include "evas_common_soft16.h"
/* function tables - filled in later (func and parent func) */
static Evas_Func func, pfunc;
@@ -144,6 +144,7 @@
evas_common_font_init();
evas_common_draw_init();
evas_common_tilebuf_init();
+ evas_common_soft16_image_init();
/* render engine specific data */
re = calloc(1, sizeof(Render_Engine));
@@ -209,6 +210,7 @@
evas_common_font_shutdown();
evas_common_image_shutdown();
+ evas_common_soft16_image_shutdown();
}
static void
===================================================================
RCS file:
/cvs/e/e17/libs/evas/src/modules/engines/software_16_ddraw/evas_engine.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evas_engine.h 30 Mar 2008 16:01:57 -0000 1.2
+++ evas_engine.h 12 Apr 2008 00:32:27 -0000 1.3
@@ -5,7 +5,7 @@
#include <windows.h>
#include <ddraw.h>
-#include "evas_soft16.h"
+#include "evas_common_soft16.h"
typedef struct _DDraw_Output_Buffer DDraw_Output_Buffer;
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs