From c7e34bd103d4bf4fd141e437b1a60e5ae34d909e Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 20 Feb 2006 23:01:58 +0000 Subject: (svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings. --- video/win32_v.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'video') 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; -- cgit v1.2.3-70-g09d2