Enlightenment CVS committal
Author : doursse
Project : e17
Module : apps/expedite
Dir : e17/apps/expedite/src/bin
Modified Files:
engine_software_16_ddraw.h Makefile.am
Added Files:
engine_software_16_ddraw.cpp
Removed Files:
engine_software_16_ddraw.c
Log Message:
remove the explicit use of the DirectDraw interface by using the c++ API
===================================================================
RCS file: /cvs/e/e17/apps/expedite/src/bin/engine_software_16_ddraw.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- engine_software_16_ddraw.h 8 Oct 2007 19:24:22 -0000 1.1
+++ engine_software_16_ddraw.h 30 Mar 2008 16:06:21 -0000 1.2
@@ -2,8 +2,18 @@
#define __ENGINE_SOFTWARE_16_DDRAW_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
int engine_software_16_ddraw_args(int argc, char **argv);
void engine_software_16_ddraw_loop(void);
+
+
+#ifdef __cplusplus
+}
+#endif
#endif /* __ENGINE_SOFTWARE_16_DDRAW_H__ */
===================================================================
RCS file: /cvs/e/e17/apps/expedite/src/bin/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- Makefile.am 30 Mar 2008 09:22:38 -0000 1.15
+++ Makefile.am 30 Mar 2008 16:06:21 -0000 1.16
@@ -57,7 +57,7 @@
image_blend_occlude3_very_many.c \
poly_blend.c
-expedite_LDFLAGS = @EVAS_LIBS@ @SDL_LIBS@ @x_libs@ @ddraw_libs@
@ddraw_16_libs@ @d3d_libs@ @glew_libs@ @DIRECTFB_LIBS@ -lm
+expedite_LDADD = @EVAS_LIBS@ @SDL_LIBS@ @x_libs@ @ddraw_libs@ @ddraw_16_libs@
@d3d_libs@ @glew_libs@ @DIRECTFB_LIBS@ -lm
if BUILD_SOFTWARE_X11
expedite_SOURCES += \
@@ -91,7 +91,7 @@
if BUILD_SOFTWARE_16_DDRAW
expedite_SOURCES += \
-engine_software_16_ddraw.c engine_software_16_ddraw.h
+engine_software_16_ddraw.cpp engine_software_16_ddraw.h
endif
if BUILD_DIRECT3D
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs