Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: markpizz/SDL

Tags

release-2.0.5

Toggle release-2.0.5's commit message
Fixed bug 3460 - docs/README-macosx.md: g++fat.sh should be g++-fat.s…

…h in universal build command

Elis?e Maurer

I scratched my head for a while until I realized there's a typo in the command listed in the instructions for universal Mac builds: https://hg.libsdl.org/SDL/file/3a3a88db1fc2/docs/README-macosx.md#l24

It should say `g++-fat.sh` but instead it says `g++fat.sh`, which makes `./configure` fail with a C++ preprocessor error.

release-2.0.4

Toggle release-2.0.4's commit message
Backed out commit 80ce90dbc266, this causes Visual Studio build failu…

…re on buildbot

release-2.0.3

Toggle release-2.0.3's commit message
Fixed iOS build

release-2.0.2

Toggle release-2.0.2's commit message
CMake: Don't use /NODEFAULTLIB on Windows unless we're Visual Studio.

release-2.0.1

Toggle release-2.0.1's commit message
Removed tag release-2.0.1

release-2.0.0

Toggle release-2.0.0's commit message
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_Destr…

…oyWindow()

Rainer Deyke

I'm running Linux Mint 15 with the Cinnamon window manager.  SDL_DestroyWindow consistently locks up for me when the window if fullscreen.