]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
1) translate all of openbox's output
[chaz/openbox] / render / font.c
index c3353b67bb4d9e44da763190b677ae8cc2283937..266a00861a367f081f509a04fc493d3aeb6ebc00 100644 (file)
@@ -2,7 +2,7 @@
 
    font.c for the Openbox window manager
    Copyright (c) 2006        Mikael Magnusson
-   Copyright (c) 2003        Ben Jansens
+   Copyright (c) 2003-2007   Dana Jansens
    Copyright (c) 2003        Derek Foreman
 
    This program is free software; you can redistribute it and/or modify
@@ -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.02226 seconds and 4 git commands to generate.