summaryrefslogtreecommitdiff
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
parent0c0b4f9e84f43bd94a2241b5b9658a900b4eb437 (diff)
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.
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
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 {