Mercurial > sdl-ios-xcode
diff src/video/wincommon/SDL_sysevents.c @ 179:ec9ec33673a2
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 13 Sep 2001 16:15:43 +0000 |
parents | 0a26c92c2385 |
children | e8157fcb3114 |
line wrap: on
line diff
--- a/src/video/wincommon/SDL_sysevents.c Thu Sep 13 15:57:48 2001 +0000 +++ b/src/video/wincommon/SDL_sysevents.c Thu Sep 13 16:15:43 2001 +0000 @@ -334,7 +334,6 @@ #if (_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400) case WM_MOUSEWHEEL: if ( SDL_VideoSurface && ! DINPUT_FULLSCREEN() ) { - Sint16 x, y; int move = (short)HIWORD(wParam); if ( move ) { Uint8 button;