Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/expedite
Dir : e17/apps/expedite/src/bin
Modified Files:
Makefile.am main.c main.h
Added Files:
engine_fb.c engine_fb.h
Log Message:
add fb to expedite
===================================================================
RCS file: /cvs/e/e17/apps/expedite/src/bin/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 10 Nov 2007 12:17:07 -0000 1.10
+++ Makefile.am 10 Nov 2007 23:23:08 -0000 1.11
@@ -99,3 +99,9 @@
expedite_SOURCES += \
engine_software_sdl.c engine_software_sdl.h
endif
+
+if BUILD_FB
+expedite_SOURCES += \
+engine_fb.c engine_fb.h
+endif
+
===================================================================
RCS file: /cvs/e/e17/apps/expedite/src/bin/main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- main.c 10 Nov 2007 18:34:40 -0000 1.15
+++ main.c 10 Nov 2007 23:23:08 -0000 1.16
@@ -1172,6 +1172,10 @@
if (engine_direct3d_args(argc, argv))
loop_func = engine_direct3d_loop;
#endif
+#if HAVE_EVAS_FB
+ if (engine_fb_args(argc, argv))
+ loop_func = engine_fb_loop;
+#endif
if ((!loop_func) || (!profile_ok))
{
fprintf(stderr,
@@ -1209,6 +1213,9 @@
#endif
#if HAVE_EVAS_SOFTWARE_SDL
" sdl"
+#endif
+#if HAVE_EVAS_FB
+ " fb"
#endif
"\n"
"Where PROFILE can be one of:\n"
===================================================================
RCS file: /cvs/e/e17/apps/expedite/src/bin/main.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- main.h 10 Nov 2007 12:17:07 -0000 1.8
+++ main.h 10 Nov 2007 23:23:08 -0000 1.9
@@ -41,6 +41,9 @@
#if HAVE_EVAS_SOFTWARE_SDL
#include "engine_software_sdl.h"
#endif
+#if HAVE_EVAS_FB
+#include "engine_fb.h"
+#endif
#include "ui.h"
#include "about.h"
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs