Mercurial > sdl-ios-xcode
diff src/SDL_compat.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 | f7c667ded87d |
children |
line wrap: on
line diff
--- a/src/SDL_compat.c Sun Jul 09 18:09:16 2006 +0000 +++ b/src/SDL_compat.c Mon Jul 10 07:34:50 2006 +0000 @@ -307,8 +307,6 @@ SDL_Surface * SDL_SetVideoMode(int width, int height, int bpp, Uint32 flags) { - SDL_EventFilter filter; - void *filterparam; const SDL_DisplayMode *desktop_mode; SDL_DisplayMode mode; int window_x = SDL_WINDOWPOS_UNDEFINED;