Rename CharWidth() to char_width(). The former name clashes with an API
[u/mdw/putty] / unix / pterm.c
index 5bc1885..358ba4f 100644 (file)
@@ -1352,7 +1352,7 @@ void beep(void *frontend, int mode)
        gdk_beep();
 }
 
-int CharWidth(Context ctx, int uc)
+int char_width(Context ctx, int uc)
 {
     /*
      * Under X, any fixed-width font really _is_ fixed-width.