Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
4569:e1664f94f026 | 4618:844b5ef4b149 |
---|---|
187 Uint32 flags; /**< Supported ::SDL_RendererFlags */ | 187 Uint32 flags; /**< Supported ::SDL_RendererFlags */ |
188 Uint32 mod_modes; /**< A mask of supported channel modulation */ | 188 Uint32 mod_modes; /**< A mask of supported channel modulation */ |
189 Uint32 blend_modes; /**< A mask of supported blend modes */ | 189 Uint32 blend_modes; /**< A mask of supported blend modes */ |
190 Uint32 scale_modes; /**< A mask of supported scale modes */ | 190 Uint32 scale_modes; /**< A mask of supported scale modes */ |
191 Uint32 num_texture_formats; /**< The number of available texture formats */ | 191 Uint32 num_texture_formats; /**< The number of available texture formats */ |
192 Uint32 texture_formats[20]; /**< The available texture formats */ | 192 Uint32 texture_formats[50]; /**< The available texture formats */ |
193 int max_texture_width; /**< The maximimum texture width */ | 193 int max_texture_width; /**< The maximimum texture width */ |
194 int max_texture_height; /**< The maximimum texture height */ | 194 int max_texture_height; /**< The maximimum texture height */ |
195 } SDL_RendererInfo; | 195 } SDL_RendererInfo; |
196 | 196 |
197 /** | 197 /** |