]> git.proxmox.com Git - mirror_qemu.git/commit
gtk: add and use DisplayOptions + DisplayGTK
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 2 Feb 2018 11:10:14 +0000 (12:10 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 20 Feb 2018 11:12:04 +0000 (12:12 +0100)
commit0c8d7065325d84cb2521c0b52f383561d2541415
treec99d887272a8f4713cb293323508091f1e734ad0
parentbe045e6bb8c63ea4d7b4d7775febe18ccdf8dd24
gtk: add and use DisplayOptions + DisplayGTK

Add QAPI DisplayType enum, DisplayOptions union and DisplayGTK struct.
Switch gtk configuration to use the qapi type.

Some bookkeeping (fullscreen for example) is done twice now, this is
temporary until more/all UIs are switched over to qapi configuration.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20180202111022.19269-5-kraxel@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/console.h
qapi/ui.json
ui/gtk.c
vl.c