view include/mb_config.h.in @ 717:b822b1912d67

Paint with black for unspecified, not "none", fill and stroke.
author Thinker K.F. Li <thinker@branda.to>
date Sat, 14 Aug 2010 23:52:43 +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_ */