diff include/mb_config.h.in @ 467:6e18550c8fa8 Android_Skia

Header file to config graphic engine
author Thinker K.F. Li <thinker@branda.to>
date Thu, 12 Nov 2009 21:24:35 +0800
parents
children ba64f928542b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/mb_config.h.in	Thu Nov 12 21:24:35 2009 +0800
@@ -0,0 +1,10 @@
+#ifndef __MB_CONFIG_H_
+#define __MB_CONFIG_H_
+
+/* Enable Cairo Graphic Engine */
+#undef CAIRO_GRAPH_ENGINE
+
+/* Enable Skia Graphic Engine */
+#undef SKIA_GRAPH_ENGINE
+
+#endif /* __MB_CONFIG_H_ */