1.1 --- a/include/SDL_render.h Thu Jan 19 20:25:09 2012 -0500
1.2 +++ b/include/SDL_render.h Thu Jan 19 21:06:47 2012 -0500
1.3 @@ -65,8 +65,10 @@
1.4 SDL_RENDERER_SOFTWARE = 0x00000001, /**< The renderer is a software fallback */
1.5 SDL_RENDERER_ACCELERATED = 0x00000002, /**< The renderer uses hardware
1.6 acceleration */
1.7 - SDL_RENDERER_PRESENTVSYNC = 0x00000004 /**< Present is synchronized
1.8 + SDL_RENDERER_PRESENTVSYNC = 0x00000004, /**< Present is synchronized
1.9 with the refresh rate */
1.10 + SDL_RENDERER_TARGETTEXTURE = 0x00000008 /**< The renderer supports
1.11 + rendering to texture */
1.12 } SDL_RendererFlags;
1.13
1.14 /**