spice: don't enter opengl mode in case another UI provides opengl support

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20170606110618.10393-1-kraxel@redhat.com
This commit is contained in:
Gerd Hoffmann 2017-06-06 13:06:18 +02:00
parent 8f4ea9cd0b
commit fe5c44f9c9
3 changed files with 5 additions and 1 deletions

View file

@ -847,6 +847,7 @@ void qemu_spice_init(void)
exit(1);
}
display_opengl = 1;
spice_opengl = 1;
}
#endif
}