mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 03:53:01 -05:00
Oops - put the right `void *' in back->reconfig.
[originally from svn r2579]
This commit is contained in:
parent
011542a9d5
commit
527c081a2e
2
window.c
2
window.c
@ -1782,7 +1782,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
|
|||||||
term_reconfig(term, &cfg);
|
term_reconfig(term, &cfg);
|
||||||
|
|
||||||
/* Pass new config data to the back end */
|
/* Pass new config data to the back end */
|
||||||
back->reconfig(back, &cfg);
|
back->reconfig(backhandle, &cfg);
|
||||||
|
|
||||||
/* Screen size changed ? */
|
/* Screen size changed ? */
|
||||||
if (cfg.height != prev_cfg.height ||
|
if (cfg.height != prev_cfg.height ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user