mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-06 15:15:32 +00:00
spice server: fix not sent depth size for surfaces
Signed-off-by: Izik Eidus <ieidus@redhat.com>
This commit is contained in:
parent
601509e5f8
commit
80e1379ff6
@ -8050,6 +8050,7 @@ static SurfaceCreateItem *get_surface_create_item(uint32_t surface_id, uint32_t
|
||||
create->surface_create.width = width;
|
||||
create->surface_create.height = height;
|
||||
create->surface_create.flags = flags;
|
||||
create->surface_create.depth = depth;
|
||||
|
||||
red_pipe_item_init(&create->pipe_item, PIPE_ITEM_TYPE_CREATE_SURFACE);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user