annotate 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
rev   line source
467
6e18550c8fa8 Header file to config graphic engine
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
1 #ifndef __MB_CONFIG_H_
6e18550c8fa8 Header file to config graphic engine
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
2 #define __MB_CONFIG_H_
6e18550c8fa8 Header file to config graphic engine
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
3
6e18550c8fa8 Header file to config graphic engine
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
4 /* Enable Cairo Graphic Engine */
6e18550c8fa8 Header file to config graphic engine
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
5 #undef CAIRO_GRAPH_ENGINE
6e18550c8fa8 Header file to config graphic engine
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
6
6e18550c8fa8 Header file to config graphic engine
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
7 /* Enable Skia Graphic Engine */
6e18550c8fa8 Header file to config graphic engine
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
8 #undef SKIA_GRAPH_ENGINE
6e18550c8fa8 Header file to config graphic engine
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
9
6e18550c8fa8 Header file to config graphic engine
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
10 #endif /* __MB_CONFIG_H_ */