merge the C branch into HEAD
[mikachu/openbox.git] / openbox / themerc.h
1 #ifndef __themerc_h
2 #define __themerc_h
3
4 extern char *themerc_engine; /* NULL to use the default engine */
5 extern char *themerc_theme; /* NULL to use the default theme for the engine */
6 extern char *themerc_font; /* always non-NULL */
7 extern char *themerc_titlebar_layout; /* always non-NULL */
8
9 void themerc_startup();
10 void themerc_shutdown();
11
12 #endif