summaryrefslogtreecommitdiff
path: root/video/win32_v.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/win32_v.c')
-rw-r--r--video/win32_v.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/video/win32_v.c b/video/win32_v.c
index 989d7ff4a..01e3c0cd8 100644
--- a/video/win32_v.c
+++ b/video/win32_v.c
@@ -27,6 +27,11 @@ static struct {
bool running;
} _wnd;
+bool _force_full_redraw;
+bool _double_size;
+uint _display_hz;
+uint _fullscreen_bpp;
+
static void MakePalette(void)
{
LOGPALETTE *pal;