mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
Update client and protocol to support the new SpiceClipRects
This commit is contained in:
parent
18a11d6be0
commit
eaeb65c53e
@ -412,7 +412,7 @@ struct Clip {
|
||||
clip_type type;
|
||||
switch (type) {
|
||||
case RECTS:
|
||||
ClipRects *data @outvar(cliprects);
|
||||
ClipRects *rects @outvar(cliprects) @c_ptr;
|
||||
} u @anon;
|
||||
};
|
||||
|
||||
|
||||
@ -382,7 +382,7 @@ struct Clip {
|
||||
clip_type type;
|
||||
switch (type) {
|
||||
case RECTS:
|
||||
ClipRects *data @outvar(cliprects);
|
||||
ClipRects *rects @outvar(cliprects) @c_ptr;
|
||||
default:
|
||||
uint64 data @zero;
|
||||
} u @anon;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user