summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r--src/gfxinit.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp
index 72ded8f76..10bc0afa1 100644
--- a/src/gfxinit.cpp
+++ b/src/gfxinit.cpp
@@ -18,6 +18,7 @@
#include "transparency.h"
#include "blitter/factory.hpp"
#include "video/video_driver.hpp"
+#include "window_func.h"
/* The type of set we're replacing */
#define SET_TYPE "graphics"
@@ -304,6 +305,7 @@ void CheckBlitter()
ClearFontCache();
GfxClearSpriteCache();
+ ReInitAllWindows();
}
/** Initialise and load all the sprites. */