From f8a47de5ec444c452093371e3db16857eb39a490 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Mar 2003 21:11:39 +0000 Subject: merge the C branch into HEAD --- openbox/themerc.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openbox/themerc.h (limited to 'openbox/themerc.h') diff --git a/openbox/themerc.h b/openbox/themerc.h new file mode 100644 index 00000000..89e4b072 --- /dev/null +++ b/openbox/themerc.h @@ -0,0 +1,12 @@ +#ifndef __themerc_h +#define __themerc_h + +extern char *themerc_engine; /* NULL to use the default engine */ +extern char *themerc_theme; /* NULL to use the default theme for the engine */ +extern char *themerc_font; /* always non-NULL */ +extern char *themerc_titlebar_layout; /* always non-NULL */ + +void themerc_startup(); +void themerc_shutdown(); + +#endif -- cgit v1.2.3