Commit 74c1e3ca authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40314
parent 7bee0cae
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment