Mercurial > MadButterfly
changeset 611:38383f5f645d openvg
Change group of OpenVG and Dummy implementation of graphic engine
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Mon, 05 Jul 2010 14:41:43 +0800 |
parents | e78bff7d23d3 |
children | b1d1b6c5af90 |
files | include/mb_graph_engine_dummy.h include/mb_graph_engine_openvg.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/include/mb_graph_engine_dummy.h Mon Jul 05 14:29:26 2010 +0800 +++ b/include/mb_graph_engine_dummy.h Mon Jul 05 14:41:43 2010 +0800 @@ -8,7 +8,7 @@ #include "mb_basic_types.h" #include "mb_img_ldr.h" -/*! \defgroup mb_ge_cairo MadButterfly Graphic Engine with Cairo +/*! \defgroup mb_ge_dummy Dummy Implementation of MadButterfly Graphic Engine * @{ */ #define mbe_pattern_create_for_surface(surface) ((mbe_pattern_t *)NULL)
--- a/include/mb_graph_engine_openvg.h Mon Jul 05 14:29:26 2010 +0800 +++ b/include/mb_graph_engine_openvg.h Mon Jul 05 14:41:43 2010 +0800 @@ -8,7 +8,7 @@ #include "mb_basic_types.h" #include "mb_img_ldr.h" -/*! \defgroup mb_ge_cairo MadButterfly Graphic Engine with Cairo +/*! \defgroup mb_ge_openvg MadButterfly Graphic Engine with OpenVG * @{ */ #define mbe_scaled_font_text_extents(scaled, utf8, extents)