summaryrefslogtreecommitdiff
path: root/ui/spice-core.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-06-06 13:06:18 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-06-14 09:52:35 +0200
commitfe5c44f9c95be3f74fb58902077ac587998d1392 (patch)
tree685c6daa52014121a16531135190a49070bd4912 /ui/spice-core.c
parent8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 (diff)
downloadqemu-fe5c44f9c95be3f74fb58902077ac587998d1392.tar.gz
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
Diffstat (limited to 'ui/spice-core.c')
-rw-r--r--ui/spice-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/spice-core.c b/ui/spice-core.c
index a087ad5da9..182f550f1f 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -847,6 +847,7 @@ void qemu_spice_init(void)
exit(1);
}
display_opengl = 1;
+ spice_opengl = 1;
}
#endif
}