1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-17 11:08:06 -05:00

Comment: change "window.c" to "the front end"

[originally from svn r5628]
This commit is contained in:
Jacob Nevins 2005-04-11 17:37:02 +00:00
parent 560e7e87b6
commit 5f12a93e1e

View File

@ -605,7 +605,7 @@ GLOBAL int loaded_session;
struct RSAKey; /* be a little careful of scope */
/*
* Exports from window.c.
* Exports from the front end.
*/
void request_resize(void *frontend, int, int);
void do_text(Context, int, int, wchar_t *, int, unsigned long, int);