view include/mb_config.h.in @ 784:37a1bd3e3ce1

mbapp accept arguments for display, width and height
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 31 Aug 2010 00:06:11 +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_ */