X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/09644e075a8dc2329f74321c9335b07267f76a10..c1190260b27bab9d7ce68ff039c7658b9b839701:/windows/window.c diff --git a/windows/window.c b/windows/window.c index f49e3da6..dca27a44 100644 --- a/windows/window.c +++ b/windows/window.c @@ -10,6 +10,10 @@ #include #include +#ifndef NO_MULTIMON +#define COMPILE_MULTIMON_STUBS +#endif + #define PUTTY_DO_GLOBALS /* actually _define_ globals */ #include "putty.h" #include "terminal.h" @@ -17,11 +21,8 @@ #include "win_res.h" #ifndef NO_MULTIMON -#if WINVER < 0x0500 -#define COMPILE_MULTIMON_STUBS #include #endif -#endif #include #include @@ -298,6 +299,7 @@ static void close_session(void) back->free(backhandle); backhandle = NULL; back = NULL; + term_provide_resize_fn(term, NULL, NULL); update_specials_menu(NULL); }