diff options
| -rw-r--r-- | windows.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |