From 40de850909493c484eec019fa9c32ed5f0a4228a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 31 May 2007 04:32:30 +0000 Subject: [PATCH] const --- src/preview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preview.h b/src/preview.h index aa21577..ff43766 100644 --- a/src/preview.h +++ b/src/preview.h @@ -24,7 +24,7 @@ #include #include -GdkPixbuf *preview_theme(gchar *name, gchar *titlelayout, +GdkPixbuf *preview_theme(const gchar *name, const gchar *titlelayout, RrFont *active_window_font, RrFont *inactive_window_font, RrFont *menu_title_font, -- 2.39.2