]> git.proxmox.com Git - mirror_qemu.git/commit
ui: switch gtk display to qapi parser
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 7 May 2018 09:55:38 +0000 (11:55 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 May 2018 08:37:40 +0000 (10:37 +0200)
commit002b2902f39fd9c2b01881e1ca07db80266dc5bf
treeeedac0ccfba83cf8d477baf1d4ca67f721d95b61
parent2c9498c3e44cd5574df3baaebfb9d5a095252205
ui: switch gtk display to qapi parser

Drop the gtk option parser from parse_display(), so parse_display_qapi()
will handle it instead.

With this change the parser will accept gl=core and gl=es too, gtk
must catch the unsupported gles variant now.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180507095539.19584-4-kraxel@redhat.com
ui/gtk.c
vl.c