mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 00:57:43 +00:00
parent
b2b3243031
commit
9a485b64ea
@ -5240,17 +5240,6 @@ static void add_buf_from_info(SpiceMarshaller *m, AddBufInfo *info)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static inline void fill_rects_clip(SpiceMarshaller *m, SpiceClipRects *data)
|
||||
{
|
||||
int i;
|
||||
|
||||
spice_marshaller_add_uint32(m, data->num_rects);
|
||||
for (i = 0; i < data->num_rects; i++) {
|
||||
spice_marshall_Rect(m, data->rects + i);
|
||||
}
|
||||
}
|
||||
|
||||
static void fill_base(SpiceMarshaller *base_marshaller, Drawable *drawable)
|
||||
{
|
||||
SpiceMsgDisplayBase base;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user