Mercurial > sdl-ios-xcode
diff src/video/SDL_video.c @ 4810:7a602fd2121f
OK, it appears that dramatic hacks are not necessary to make Cocoa work...
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Mon, 26 Jul 2010 20:41:45 -0400 |
parents | 329708ffe2a7 |
children | 7b1d35d98294 |
line wrap: on
line diff
--- a/src/video/SDL_video.c Mon Jul 26 17:27:04 2010 -0400 +++ b/src/video/SDL_video.c Mon Jul 26 20:41:45 2010 -0400 @@ -105,10 +105,6 @@ static SDL_VideoDevice *_this = NULL; -SDL_VideoDisplay* SDL_ThisDisplay() { - return SDL_CurrentDisplay; -} - #define CHECK_WINDOW_MAGIC(window, retval) \ if (!_this) { \ SDL_UninitializedVideo(); \