]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
use const char*'s when we should be
[chaz/openbox] / render / font.c
index c3353b67bb4d9e44da763190b677ae8cc2283937..e91925b5090f745984e3cf096b6fc5d6c7adc54a 100644 (file)
@@ -52,7 +52,7 @@ static void measure_font(const RrInstance *inst, RrFont *f)
     g_free(locale);
 }
 
-RrFont *RrFontOpen(const RrInstance *inst, gchar *name, gint size,
+RrFont *RrFontOpen(const RrInstance *inst, const gchar *name, gint size,
                    RrFontWeight weight, RrFontSlant slant)
 {
     RrFont *out;
This page took 0.023433 seconds and 4 git commands to generate.