all repos — openbox @ 5e50b406d06147bfce746c24b5341321d55c4a3f

openbox fork - make it a bit more like ryudo

cosnt char*
Dana Jansens danakj@orodu.net
commit

5e50b406d06147bfce746c24b5341321d55c4a3f

parent

467b7f4d4d52b8e1cefade20ddf13e65aae314ce

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M render/theme.crender/theme.c

@@ -64,7 +64,7 @@ #define L(args...) (const gchar*[]){args,NULL}

/* shortcut to the various find_* functions */ #define FIND(type, args...) find_##type(&ps, root, args) -RrTheme* RrThemeNew(const RrInstance *inst, gchar *name, +RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, RrFont *active_window_font, RrFont *inactive_window_font, RrFont *menu_title_font, RrFont *menu_item_font, RrFont *osd_font)
M render/theme.hrender/theme.h

@@ -235,7 +235,7 @@ };

/*! The font values are all optional. If a NULL is used for any of them, then the default font will be used. */ -RrTheme* RrThemeNew(const RrInstance *inst, gchar *theme, +RrTheme* RrThemeNew(const RrInstance *inst, const gchar *theme, RrFont *active_window_font, RrFont *inactive_window_font, RrFont *menu_title_font, RrFont *menu_item_font, RrFont *osd_font);