Forgot to initialise the font variables in the Windows frontend structure.

[originally from svn r4200]
This commit is contained in:
Simon Tatham
2004-05-04 11:20:47 +00:00
parent 7ba4c00b98
commit 20921e613e

View File

@ -328,6 +328,9 @@ static frontend *new_window(HINSTANCE inst)
fe->timer = 0;
fe->fonts = NULL;
fe->nfonts = fe->fontsize = 0;
{
int i, ncolours;
float *colours;