]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Oops - put the right `void *' in back->reconfig.
authorSimon Tatham <anakin@pobox.com>
Mon, 13 Jan 2003 18:03:55 +0000 (18:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 13 Jan 2003 18:03:55 +0000 (18:03 +0000)
[originally from svn r2579]

window.c

index 88bbad7a727de6da4e333017aec9720493e869d2..8696fe4156c9e40b26439b192aca00ed36ea31cf 100644 (file)
--- a/window.c
+++ b/window.c
@@ -1782,7 +1782,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
                term_reconfig(term, &cfg);
 
                /* Pass new config data to the back end */
-               back->reconfig(back, &cfg);
+               back->reconfig(backhandle, &cfg);
 
                /* Screen size changed ? */
                if (cfg.height != prev_cfg.height ||