mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 11:02:48 -05:00
Rename CharWidth() to char_width(). The former name clashes with an API
function in Mac OS. [originally from svn r2205]
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user