Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1918:092bd3a019c5 | 1919:00816063b9c9 |
---|---|
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #if SDL_VIDEO_OPENGL | 24 #if SDL_VIDEO_OPENGL |
25 | 25 #if 0 |
26 #include "SDL_win32video.h" | 26 #include "SDL_win32video.h" |
27 | 27 |
28 /* OpenGL renderer implementation */ | 28 /* OpenGL renderer implementation */ |
29 | 29 |
30 static SDL_Renderer *GL_CreateRenderer(SDL_Window * window, Uint32 flags); | 30 static SDL_Renderer *GL_CreateRenderer(SDL_Window * window, Uint32 flags); |
537 SDL_free(data); | 537 SDL_free(data); |
538 } | 538 } |
539 SDL_free(renderer); | 539 SDL_free(renderer); |
540 } | 540 } |
541 | 541 |
542 #endif /* 0 */ | |
542 #endif /* SDL_VIDEO_OPENGL */ | 543 #endif /* SDL_VIDEO_OPENGL */ |
543 | 544 |
544 /* vi: set ts=4 sw=4 expandtab: */ | 545 /* vi: set ts=4 sw=4 expandtab: */ |