mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)
This commit is contained in:
parent
f7986c2b0d
commit
fbead3281f
@ -639,7 +639,7 @@ channel DisplayChannel : BaseChannel {
|
||||
DisplayBase base;
|
||||
struct Fill {
|
||||
Brush brush @outvar(brush);
|
||||
uint16 rop_descriptor;
|
||||
ropd rop_descriptor;
|
||||
QMask mask @outvar(mask);
|
||||
} data;
|
||||
} draw_fill = 302;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user