]> git.proxmox.com Git - mirror_qemu.git/commit
ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag
authorThomas Huth <thuth@redhat.com>
Wed, 8 Aug 2018 09:46:42 +0000 (11:46 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 24 Aug 2018 06:40:10 +0000 (08:40 +0200)
commit2313e482e12288202762495050040952b6e07431
treedfa09ecb08ec8d41630331e0f38180a14a03beaf
parent5ccac548faf041ff5229a8e8342e3be14a34c8af
ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag

SDL_INIT_NOPARACHUTE is not used in SDL2 anymore, and the define is just
a dummy (see https://wiki.libsdl.org/MigrationGuide#Some_general_truths
for example). So we can remove it and get rid of the "flags" variable
nowadays.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 1533721602-15763-1-git-send-email-thuth@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/sdl2.c