(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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user