Mercurial > MadButterfly
comparison src/event.c @ 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 | 5c9e2a8a4bd8 |
children | 6e18550c8fa8 |
comparison
equal
deleted
inserted
replaced
465:d8181696b689 | 466:cd6f57b9b104 |
---|---|
7 #include "mb_graph_engine.h" | 7 #include "mb_graph_engine.h" |
8 #include "mb_types.h" | 8 #include "mb_types.h" |
9 #include "mb_redraw_man.h" | 9 #include "mb_redraw_man.h" |
10 #include "mb_shapes.h" | 10 #include "mb_shapes.h" |
11 #endif | 11 #endif |
12 #include "../config.h" | 12 #include "mb_config.h" |
13 | 13 |
14 #define OK 0 | 14 #define OK 0 |
15 #define ERR -1 | 15 #define ERR -1 |
16 #define FALSE 0 | 16 #define FALSE 0 |
17 #define TRUE 1 | 17 #define TRUE 1 |