mirror of
https://github.com/qemu/qemu.git
synced 2025-08-08 07:39:07 +00:00
ui/spice: Support shared surface for most pixman formats
Just hook up qemu_pixman_check_format. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
34da30afa4
commit
0002a51889
@ -760,12 +760,13 @@ static void display_mouse_define(DisplayChangeListener *dcl,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const DisplayChangeListenerOps display_listener_ops = {
|
static const DisplayChangeListenerOps display_listener_ops = {
|
||||||
.dpy_name = "spice",
|
.dpy_name = "spice",
|
||||||
.dpy_gfx_update = display_update,
|
.dpy_gfx_update = display_update,
|
||||||
.dpy_gfx_switch = display_switch,
|
.dpy_gfx_switch = display_switch,
|
||||||
.dpy_refresh = display_refresh,
|
.dpy_gfx_check_format = qemu_pixman_check_format,
|
||||||
.dpy_mouse_set = display_mouse_set,
|
.dpy_refresh = display_refresh,
|
||||||
.dpy_cursor_define = display_mouse_define,
|
.dpy_mouse_set = display_mouse_set,
|
||||||
|
.dpy_cursor_define = display_mouse_define,
|
||||||
};
|
};
|
||||||
|
|
||||||
static void qemu_spice_display_init_one(QemuConsole *con)
|
static void qemu_spice_display_init_one(QemuConsole *con)
|
||||||
|
Loading…
Reference in New Issue
Block a user