view include/mb_config.h.in @ 820:7875e8026e86

Change the key from up/down to left/right
author wycc
date Fri, 10 Sep 2010 08:33:07 +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_ */