Mercurial > MadButterfly
diff include/mb_graph_engine.h @ 466:cd6f57b9b104 Android_Skia
Add graph_engine_skia.c
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 12 Nov 2009 21:24:31 +0800 |
parents | d8181696b689 |
children | 4254eaa699d0 |
line wrap: on
line diff
--- a/include/mb_graph_engine.h Thu Nov 12 21:22:30 2009 +0800 +++ b/include/mb_graph_engine.h Thu Nov 12 21:24:31 2009 +0800 @@ -2,11 +2,11 @@ #define __MBE_H_ #include <mb_config.h> -#ifdef CAIRO_BACKEND +#ifdef CAIRO_GRAPH_ENGINE #include <mb_graph_engine_cairo.h> #endif -#ifdef SKAI_BACKEND +#ifdef SKAI_GRAPH_ENGINE #include <mb_graph_engine_skia.h> #endif