From: Jacob Nevins Date: Mon, 11 Apr 2005 17:37:02 +0000 (+0000) Subject: Comment: change "window.c" to "the front end" X-Git-Tag: 0.59~319 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5f12a93e1e828e19711e3790b74f7f8bbfeeeaf7;p=PuTTY.git Comment: change "window.c" to "the front end" [originally from svn r5628] --- diff --git a/putty.h b/putty.h index 09cfa2b0..fd8e13d6 100644 --- a/putty.h +++ b/putty.h @@ -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);