summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-04-09 21:41:12 +0300
committerAlon Levy <alevy@redhat.com>2011-07-21 15:09:27 +0300
commit03004a57d538b607a04d45f4b596e98f775e619a (patch)
tree3cefdd7a2d1127f0e2bc1b3be81c734f156f7e78
parent2bd98219f37ef0ed711e61c8f4c705f0058d78eb (diff)
downloadspice-03004a57d538b607a04d45f4b596e98f775e619a.tar.gz
spice-03004a57d538b607a04d45f4b596e98f775e619a.tar.xz
spice-03004a57d538b607a04d45f4b596e98f775e619a.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 4eeb1593..6160de1d 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;