Mercurial > MadButterfly
diff include/mb_config.h.in @ 1124:b5ff72dbc910
merge
author | wycc |
---|---|
date | Thu, 09 Dec 2010 07:48:46 +0800 |
parents | fa5f71d4aa04 |
children |
line wrap: on
line diff
--- a/include/mb_config.h.in Thu Dec 09 07:48:08 2010 +0800 +++ b/include/mb_config.h.in Thu Dec 09 07:48:46 2010 +0800 @@ -21,6 +21,9 @@ /* Enable Imlib2 Image Loader */ #undef IMLIB2_IMG_LOADER +/* Enable Dummy Image Loader */ +#undef DUMMY_IMG_LOADER + /* Enable sh_text */ #undef SH_TEXT @@ -33,4 +36,10 @@ /* Enable DirectFB backend */ #undef DFB_BACKEND +/* Enable console backend */ +#undef CONSOLE_BACKEND + +/* Enable XSHM */ +#undef XSHM + #endif /* __MB_CONFIG_H_ */