mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -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:
2
putty.h
2
putty.h
@ -403,7 +403,7 @@ struct RSAKey; /* be a little careful of scope */
|
||||
void request_resize(void *frontend, int, int);
|
||||
void do_text(Context, int, int, char *, int, unsigned long, int);
|
||||
void do_cursor(Context, int, int, char *, int, unsigned long, int);
|
||||
int CharWidth(Context ctx, int uc);
|
||||
int char_width(Context ctx, int uc);
|
||||
void set_title(void *frontend, char *);
|
||||
void set_icon(void *frontend, char *);
|
||||
void set_sbar(void *frontend, int, int, int);
|
||||
|
Reference in New Issue
Block a user