]> git.proxmox.com Git - mirror_qemu.git/commit - include/ui/console.h
sdl: reorganize -no-frame support
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 15 Jan 2018 15:48:55 +0000 (16:48 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 25 Jan 2018 14:22:28 +0000 (15:22 +0100)
commit04ff1a398a8d6e912eceaca9b62af0a09e927d63
tree4f266bec33ecb608dae4feb9bcc2c0bd0d1a4ca1
parentf8d2c9369b8302f65f4f43f14ed3987c2268a02a
sdl: reorganize -no-frame support

Drop no_frame flag from sdl_display_init argument list, use a global
variable instead.  This is temporary until -no-frame support is dropped
altogether when we remove sdl1 support.

Remove any traces of noframe from sdl2 code.  It is just dead code as
sdl2 doesn't support the SDL_NOFRAME window flag any more.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180115154855.30850-3-kraxel@redhat.com
include/sysemu/sysemu.h
include/ui/console.h
ui/sdl.c
ui/sdl2.c
vl.c