From 5e50b406d06147bfce746c24b5341321d55c4a3f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 31 May 2007 04:07:01 +0000 Subject: cosnt char* --- render/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/theme.c') diff --git a/render/theme.c b/render/theme.c index 1d473823..08d4b07d 100644 --- a/render/theme.c +++ b/render/theme.c @@ -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) -- cgit v1.2.3