diff include/SDL_video.h @ 4618:844b5ef4b149

Merged Sunny's XRender changes from SDL-gsoc2010_xrender
author Sam Lantinga <slouken@libsdl.org>
date Wed, 28 Jul 2010 00:54:23 -0700
parents 3e69e077cb95 9a5db97cd569
children 7b1d35d98294
line wrap: on
line diff
--- a/include/SDL_video.h	Tue Jul 27 21:31:28 2010 -0700
+++ b/include/SDL_video.h	Wed Jul 28 00:54:23 2010 -0700
@@ -189,7 +189,7 @@
     Uint32 blend_modes;         /**< A mask of supported blend modes */
     Uint32 scale_modes;         /**< A mask of supported scale modes */
     Uint32 num_texture_formats; /**< The number of available texture formats */
-    Uint32 texture_formats[20]; /**< The available texture formats */
+    Uint32 texture_formats[50]; /**< The available texture formats */
     int max_texture_width;      /**< The maximimum texture width */
     int max_texture_height;     /**< The maximimum texture height */
 } SDL_RendererInfo;