]> git.proxmox.com Git - mirror_qemu.git/commit
ui/sdl2: Fix broken -full-screen CLI option
authorThomas Huth <thuth@redhat.com>
Mon, 9 Jul 2018 18:44:10 +0000 (20:44 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 24 Aug 2018 06:40:11 +0000 (08:40 +0200)
commit6fb34ffcaae0823304b2e9dd96ea67e59d11b780
tree4d89510b4b131fb590a2bde479f0b78779b44c2c
parent006bf4641b553565990a6b18e0cff36972a36773
ui/sdl2: Fix broken -full-screen CLI option

We've got to set the gui_fullscreen variable before creating the
SDL2 window, otherwise the initial window will not be created in
fullscreen mode.

Buglink: https://bugs.launchpad.net/bugs/1780812
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 1531161850-6860-1-git-send-email-thuth@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/sdl2.c