(svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings.

This commit is contained in:
Darkvater
2006-02-20 23:01:58 +00:00
parent c3ae5e4c8f
commit a2c9df81b9
3 changed files with 13 additions and 4 deletions

View File

@@ -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;