1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

`Change Settings' now behaves sensibly w.r.t. window size.

[originally from svn r841]
This commit is contained in:
Simon Tatham
2001-01-07 16:27:48 +00:00
parent fc478e6cad
commit f2b13650c8
3 changed files with 19 additions and 9 deletions

View File

@ -284,6 +284,7 @@ void showabout (HWND);
void verify_ssh_host_key(char *host, int port, char *keytype,
char *keystr, char *fingerprint);
void registry_cleanup(void);
void force_normal(HWND hwnd);
GLOBAL int nsessions;
GLOBAL char **sessions;