Mercurial > MadButterfly
view include/mb_config.h.in @ 693:8b7964869f7a
Update window with XImage through XSHM
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Mon, 09 Aug 2010 10:03:54 +0800 |
parents | 21f944e79b19 |
children | 586e50f82c1f |
line wrap: on
line source
#ifndef __MB_CONFIG_H_ #define __MB_CONFIG_H_ /* Enable Cairo Graphic Engine */ #undef CAIRO_GRAPH_ENGINE /* Enable Skia Graphic Engine */ #undef SKIA_GRAPH_ENGINE /* Enable sh_text */ #undef SH_TEXT /* Enable sh_stext */ #undef SH_STEXT /* Enable X backend */ #undef X_BACKEND /* Enable DirectFB backend */ #undef DFB_BACKEND #endif /* __MB_CONFIG_H_ */