Mercurial > sdl-ios-xcode
diff src/video/SDL_renderer_gl.c @ 1919:00816063b9c9
Fixed to compile while the OpenGL renderer is under construction
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Jul 2006 08:46:57 +0000 |
parents | 092bd3a019c5 |
children | 8a162bfdc838 |
line wrap: on
line diff
--- a/src/video/SDL_renderer_gl.c Wed Jul 19 07:18:45 2006 +0000 +++ b/src/video/SDL_renderer_gl.c Wed Jul 19 08:46:57 2006 +0000 @@ -22,7 +22,7 @@ #include "SDL_config.h" #if SDL_VIDEO_OPENGL - +#if 0 #include "SDL_win32video.h" /* OpenGL renderer implementation */ @@ -539,6 +539,7 @@ SDL_free(renderer); } +#endif /* 0 */ #endif /* SDL_VIDEO_OPENGL */ /* vi: set ts=4 sw=4 expandtab: */