diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
| commit | f8a47de5ec444c452093371e3db16857eb39a490 (patch) | |
| tree | 31db2567842d98232775f9980f7a8d2586c0ac71 /openbox/themerc.h | |
| parent | 8ba0586bcbdc7fe9648f1063812126d71a041670 (diff) | |
merge the C branch into HEAD
Diffstat (limited to 'openbox/themerc.h')
| -rw-r--r-- | openbox/themerc.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
