summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-04-09 21:41:12 +0300
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:51 +0100
commit5b0b6d2f8431f55394b0766f0cbe5c26f89fd6cd (patch)
tree1c6fea7e2a7ad3b6817d91acf2a8df22f8858b75 /spice.proto
parent116965471d2fc42082a7d6ab9fe66be836c4138f (diff)
downloadspice-common-5b0b6d2f8431f55394b0766f0cbe5c26f89fd6cd.tar.gz
spice-common-5b0b6d2f8431f55394b0766f0cbe5c26f89fd6cd.tar.xz
spice-common-5b0b6d2f8431f55394b0766f0cbe5c26f89fd6cd.zip
spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)
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 4eeb159..6160de1 100644
--- a/spice.proto
+++ b/spice.proto
@@ -639,7 +639,7 @@ channel DisplayChannel : BaseChannel {
DisplayBase base;
struct Fill {
Brush brush @outvar(brush);
- uint16 rop_descriptor;
+ ropd rop_descriptor;
QMask mask @outvar(mask);
} data;
} draw_fill = 302;