summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-06-23 08:53:04 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-06-29 12:30:19 +0200
commitef3e20e29ff124eeb10729c0d512b1d231276394 (patch)
tree272f147bc95ddb2087344b5b1798fc17f421c088 /spice.proto
parent85155b3f441e178858a592341e32a07b82d17dbe (diff)
downloadspice-ef3e20e29ff124eeb10729c0d512b1d231276394.tar.gz
spice-ef3e20e29ff124eeb10729c0d512b1d231276394.tar.xz
spice-ef3e20e29ff124eeb10729c0d512b1d231276394.zip
qxl abi: parse QXLFill.
Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
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 1aa27881..f2a1903c 100644
--- a/spice.proto
+++ b/spice.proto
@@ -651,7 +651,7 @@ channel DisplayChannel : BaseChannel {
DisplayBase base;
struct Fill {
Brush brush @outvar(brush);
- uint16 rop_decriptor;
+ uint16 rop_descriptor;
QMask mask @outvar(mask);
} data;
} draw_fill = 302;