cosnt char*
This commit is contained in:
parent
467b7f4d4d
commit
5e50b406d0
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ static gboolean find_appearance(ParseState *ps, xmlNodePtr n, const gchar *names
|
|||
/* 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)
|
||||
|
|
|
@ -235,7 +235,7 @@ struct _RrTheme {
|
|||
|
||||
/*! 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);
|
||||
|
|
Loading…
Reference in a new issue