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:
Alexander Larsson 2010-06-23 16:30:29 +02:00 committed by Marc-André Lureau
parent 31fd48e773
commit baa0718cec

View File

@ -529,7 +529,7 @@ struct Brush {
uint32 color;
case PATTERN:
Pattern pattern;
} u @fixedsize;
} u;
};
struct QMask {