1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Oops - put the right `void *' in back->reconfig.

[originally from svn r2579]
This commit is contained in:
Simon Tatham 2003-01-13 18:03:55 +00:00
parent 011542a9d5
commit 527c081a2e

View File

@ -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 ||