mirror of
https://github.com/yawut/SDL.git
synced 2026-07-28 14:09:05 -05:00
*** empty log message ***
This commit is contained in:
parent
28ba5faef1
commit
3bf83bf076
|
|
@ -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…
Reference in New Issue
Block a user