Mercurial > MadButterfly
diff include/mb_config.h.in @ 473:ba64f928542b Android_Skia
Remove mbe_matrix_t type.
The struct mbe_matrix_t is defined in a layout accoriding definition
of Cairo. It is not feasible for all graphic engine. Now, we start
supporting of other graphic engine; Skia, so use type of (co_aix[6])
defined and used by MadButterfly intead of mbe_matrix_t. And, bridges
of graphic engines are responsible for translate matrics into the
matrix type of the graphic enigne.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 12 Nov 2009 21:32:58 +0800 |
parents | 6e18550c8fa8 |
children | 00f6b36ec5d2 |
line wrap: on
line diff
--- a/include/mb_config.h.in Thu Nov 12 21:32:52 2009 +0800 +++ b/include/mb_config.h.in Thu Nov 12 21:32:58 2009 +0800 @@ -7,4 +7,10 @@ /* Enable Skia Graphic Engine */ #undef SKIA_GRAPH_ENGINE +/* Enable sh_text */ +#undef SH_TEXT + +/* Enable sh_stext */ +#undef SH_STEXT + #endif /* __MB_CONFIG_H_ */