Fixes for compiling with Visual C++ 8.0 Express Edition
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402369
This commit is contained in:
parent
80dcd123dc
commit
ed60e3a7d4
8 changed files with 12 additions and 13 deletions
|
@ -347,7 +347,6 @@ SW_CreateTexture(SDL_Renderer * renderer, SDL_Texture * texture)
|
|||
if (SDL_ISPIXELFORMAT_FOURCC(texture->format)) {
|
||||
texture->driverdata = SDL_SW_CreateYUVTexture(texture);
|
||||
} else {
|
||||
SDL_Surface *surface;
|
||||
int bpp;
|
||||
Uint32 Rmask, Gmask, Bmask, Amask;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue