sdl/sdl_{renderer,texture}.cpp: Do no access (SDL_Surface *)->format->alpha directly.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 14 Jan 2010 17:45:21 +0000 (18:45 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 21 Feb 2010 07:58:50 +0000 (08:58 +0100)
commit9fb702e68a4b3bd96645dc715f565e117ae953d5
tree9ec389fca5a6acaca0961e6fae6da0b732646efb
parent1e5501c6b93edb4f8765d59bcf8397b46348683b
sdl/sdl_{renderer,texture}.cpp: Do no access (SDL_Surface *)->format->alpha directly.

SDL_GetSurfaceAlphaMod is used instead.
src/video/sdl/sdl_renderer.cpp
src/video/sdl/sdl_texture.cpp