mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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:
parent
8f4ea9cd0b
commit
fe5c44f9c9
3 changed files with 5 additions and 1 deletions
|
@ -140,6 +140,8 @@ struct SimpleSpiceCursor {
|
|||
QXLCursor cursor;
|
||||
};
|
||||
|
||||
extern bool spice_opengl;
|
||||
|
||||
int qemu_spice_rect_is_empty(const QXLRect* r);
|
||||
void qemu_spice_rect_union(QXLRect *dest, const QXLRect *r);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue