mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06: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
1 changed files with 7 additions and 6 deletions
|
@ -763,6 +763,7 @@ 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_gfx_check_format = qemu_pixman_check_format,
|
||||||
.dpy_refresh = display_refresh,
|
.dpy_refresh = display_refresh,
|
||||||
.dpy_mouse_set = display_mouse_set,
|
.dpy_mouse_set = display_mouse_set,
|
||||||
.dpy_cursor_define = display_mouse_define,
|
.dpy_cursor_define = display_mouse_define,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue