missed merge
authorDana Jansens <danakj@orodu.net>
Sun, 3 Jun 2007 22:58:33 +0000 (22:58 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 3 Jun 2007 22:58:33 +0000 (22:58 +0000)
render/theme.c
render/theme.h

index 6f167f2c7ee589e15a4aee2d301ee63561765718..c22c1445d0bf9aea0d9a3cc8540a7b78ade361cd 100644 (file)
@@ -46,7 +46,7 @@ static int parse_inline_number(const char *p);
 static RrPixel32* read_c_image(gint width, gint height, const guint8 *data);
 static void set_default_appearance(RrAppearance *a);
 
-RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
+RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
                     gboolean allow_fallback,
                     RrFont *active_window_font, RrFont *inactive_window_font,
                     RrFont *menu_title_font, RrFont *menu_item_font,
index 97f2adfcc2daf0479fec8fff62c208f54f820888..e02a69e2a5a4a57cfdb50daed573f4b9823abefe 100644 (file)
@@ -237,7 +237,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,
                     gboolean allow_fallback,
                     RrFont *active_window_font, RrFont *inactive_window_font,
                     RrFont *menu_title_font, RrFont *menu_item_font,