summaryrefslogtreecommitdiff
path: root/spice1.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 /spice1.proto
parent85155b3f441e178858a592341e32a07b82d17dbe (diff)
qxl abi: parse QXLFill.
Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
Diffstat (limited to 'spice1.proto')
-rw-r--r--spice1.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice1.proto b/spice1.proto
index dbe57b5..90a2c30 100644
--- a/spice1.proto
+++ b/spice1.proto
@@ -600,7 +600,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;