mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-27 15:08:16 +00:00
spice.proto: Don't use @fixedsize for Brush
There is no reason to send the maximum size on the network, that is just a waste of space most of the time.
This commit is contained in:
parent
31fd48e773
commit
baa0718cec
@ -529,7 +529,7 @@ struct Brush {
|
||||
uint32 color;
|
||||
case PATTERN:
|
||||
Pattern pattern;
|
||||
} u @fixedsize;
|
||||
} u;
|
||||
};
|
||||
|
||||
struct QMask {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user