Mercurial > sdl-ios-xcode
changeset 179:ec9ec33673a2
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 13 Sep 2001 16:15:43 +0000 |
parents | 1fc1a101bf23 |
children | 578815880307 |
files | src/video/wincommon/SDL_sysevents.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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;