summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-02-20 23:01:58 +0000
committerDarkvater <Darkvater@openttd.org>2006-02-20 23:01:58 +0000
commita2c9df81b9459cb021d28c6913c2ff59d3efa312 (patch)
tree14504481d7169fc1136b03b9f14ac7de6aa37497 /video
parentc3ae5e4c8fd0c0ad947a4db819e2551a8f3842de (diff)
downloadopenttd-a2c9df81b9459cb021d28c6913c2ff59d3efa312.tar.xz
(svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings.
Diffstat (limited to 'video')
-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;