all repos — openbox @ 6e29605d41cab8fd7e8ad6f28d6132bbd521f106

openbox fork - make it a bit more like ryudo

openbox/themerc.h (raw)

1
2
3
4
5
6
7
8
9
10
11
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