mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 22:01:50 +00:00
got rid of some gcc warnings.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@225 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
55d29b5b27
commit
58504f5b38
1 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,6 @@ extern qboolean vid_isfullscreen;
|
|||
|
||||
static qbyte *vid_surfcache;
|
||||
static int vid_surfcachesize;
|
||||
static int VID_highhunkmark;
|
||||
|
||||
|
||||
|
||||
|
@ -169,7 +168,7 @@ LONG WINAPI MainWndProc (
|
|||
HDC hdc;
|
||||
PAINTSTRUCT ps;
|
||||
extern unsigned int uiWheelMessage;
|
||||
static int recursiveflag;
|
||||
// static int recursiveflag;
|
||||
|
||||
if ( uMsg == uiWheelMessage ) {
|
||||
uMsg = WM_MOUSEWHEEL;
|
||||
|
@ -414,7 +413,7 @@ LONG WINAPI MainWndProc (
|
|||
lRet = TRUE;
|
||||
}
|
||||
break;
|
||||
|
||||
*/
|
||||
/* case WM_DISPLAYCHANGE:
|
||||
if (!in_mode_set && (modestate == MS_WINDOWED) && !vid_fulldib_on_focus_mode)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue