From baa0718cec0df2ff4a13d52929f323652ce11a1e Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 23 Jun 2010 16:30:29 +0200 Subject: [PATCH] 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. --- spice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice.proto b/spice.proto index 240ed05..0d970da 100644 --- a/spice.proto +++ b/spice.proto @@ -529,7 +529,7 @@ struct Brush { uint32 color; case PATTERN: Pattern pattern; - } u @fixedsize; + } u; }; struct QMask {