summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-23 16:30:29 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-23 16:33:07 +0200
commit054c88b1250417d4452fe4f54cdbcc1c4da51616 (patch)
tree669c96e65823c195f3ec892d9828e37c64f8c46a /spice.proto
parent0c0b4f9e84f43bd94a2241b5b9658a900b4eb437 (diff)
downloadspice-054c88b1250417d4452fe4f54cdbcc1c4da51616.tar.gz
spice-054c88b1250417d4452fe4f54cdbcc1c4da51616.tar.xz
spice-054c88b1250417d4452fe4f54cdbcc1c4da51616.zip
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.
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice.proto b/spice.proto
index 240ed056..0d970daa 100644
--- a/spice.proto
+++ b/spice.proto
@@ -529,7 +529,7 @@ struct Brush {
uint32 color;
case PATTERN:
Pattern pattern;
- } u @fixedsize;
+ } u;
};
struct QMask {