Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32modes.c @ 1735:8dd28c4ef746 SDL-1.3
SDL_Rect now uses int for position and size.
Added a few more rectangle functions.
Added a dirty rectangle list implementation.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 10 Jul 2006 07:34:50 +0000 |
parents | 0b1070f2f94d |
children |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32modes.c Sun Jul 09 18:09:16 2006 +0000 +++ b/src/video/win32/SDL_win32modes.c Mon Jul 10 07:34:50 2006 +0000 @@ -135,7 +135,6 @@ printf("Device: %s\n", WIN_StringToUTF8(DeviceName)); #endif for (j = 0;; ++j) { - int index; SDL_VideoDisplay display; SDL_DisplayData *displaydata; SDL_DisplayMode mode;