[Commits] [wesnoth/wesnoth] b51677: Made use of SDL_CreateRGBSurfaceWithFormat* on SDL...
GitHub
noreply at github.com
Tue Nov 21 06:17:34 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: b51677d985f2f634cf0687f68855783f2950c55a
https://github.com/wesnoth/wesnoth/commit/b51677d985f2f634cf0687f68855783f2950c55a
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M src/font/text.cpp
M src/sdl/utils.cpp
M src/video.cpp
Log Message:
-----------
Made use of SDL_CreateRGBSurfaceWithFormat* on SDL 2.0.6+
These functions were introduced in 2.0.5, but a packaging error meant they weren't properly
included in the VS libs for that release. So I set the minimum to 2.0.6. Not sure if we want
to leave the fallbacks for the other versions or bump the minimum to 2.0.6.
More information about the Commits
mailing list