summaryrefslogtreecommitdiffstats
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
commitfbead3281f7bf1f21f24f3087fec194787a0d030 (patch)
treec11b744c458b0d27130be1ce85ad8caea7a6fd18
parentf7986c2b0d0f633f7b8953443dd4de69f37f5243 (diff)
downloadspice-protocol-fbead3281f7bf1f21f24f3087fec194787a0d030.tar.gz
spice-protocol-fbead3281f7bf1f21f24f3087fec194787a0d030.tar.xz
spice-protocol-fbead3281f7bf1f21f24f3087fec194787a0d030.zip
spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)
-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;