*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40314
This commit is contained in:
parent
7bee0caef8
commit
74c1e3caa4
2 changed files with 2 additions and 1 deletions
|
@ -4,3 +4,4 @@ Makefile
|
|||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
Info.plist
|
||||
|
|
|
@ -844,7 +844,7 @@ SDL_Surface * SDL_DisplayFormat (SDL_Surface *surface)
|
|||
return(NULL);
|
||||
}
|
||||
/* Set the flags appropriate for copying to display surface */
|
||||
if ((SDL_PublicSurface->flags&SDL_HWSURFACE == SDL_HWSURFACE) && current_video->info.blit_hw)
|
||||
if (((SDL_PublicSurface->flags&SDL_HWSURFACE) == SDL_HWSURFACE) && current_video->info.blit_hw)
|
||||
flags = SDL_HWSURFACE;
|
||||
else
|
||||
flags = SDL_SWSURFACE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue