comparison include/mb_config.h.in @ 1105:1b3e295f3acb

Add a dummy image loader. It is used with --with-image-loader=dummy of configure. It is a dummy image load that always abort the program when the program try to load or free an image. This module can be used for early stage of a new platform backend.
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 05 Dec 2010 21:04:12 +0800
parents 7b4e80ab671a
children fa5f71d4aa04
comparison
equal deleted inserted replaced
1104:9d52dda8d49f 1105:1b3e295f3acb
19 #undef CAIRO_IMG_LOADER 19 #undef CAIRO_IMG_LOADER
20 20
21 /* Enable Imlib2 Image Loader */ 21 /* Enable Imlib2 Image Loader */
22 #undef IMLIB2_IMG_LOADER 22 #undef IMLIB2_IMG_LOADER
23 23
24 /* Enable Dummy Image Loader */
25 #undef DUMMY_IMG_LOADER
26
24 /* Enable sh_text */ 27 /* Enable sh_text */
25 #undef SH_TEXT 28 #undef SH_TEXT
26 29
27 /* Enable sh_stext */ 30 /* Enable sh_stext */
28 #undef SH_STEXT 31 #undef SH_STEXT