mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 09:21:36 +00:00
win32 build fix
git-svn-id: https://svn.eduke32.com/eduke32@716 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9bfd183cec
commit
1c88276aab
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ static void ProcessMouse(void);
|
||||||
// video
|
// video
|
||||||
static int desktopxdim=0,desktopydim=0,desktopbpp=0,modesetusing=-1;
|
static int desktopxdim=0,desktopydim=0,desktopbpp=0,modesetusing=-1;
|
||||||
int xres=-1, yres=-1, fullscreen=0, bpp=0, bytesperline=0, imageSize=0;
|
int xres=-1, yres=-1, fullscreen=0, bpp=0, bytesperline=0, imageSize=0;
|
||||||
intptr frameplace=0;
|
intptr_t frameplace=0;
|
||||||
int lockcount=0;
|
int lockcount=0;
|
||||||
static int curvidmode = -1;
|
static int curvidmode = -1;
|
||||||
static int customxdim = 640, customydim = 480, custombpp = 8, customfs = 0;
|
static int customxdim = 640, customydim = 480, custombpp = 8, customfs = 0;
|
||||||
|
|
Loading…
Reference in a new issue