qxl abi: parse QXLFill.

Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
This commit is contained in:
Gerd Hoffmann 2010-06-23 08:53:04 +02:00 committed by Marc-André Lureau
parent 144b2fbd75
commit 435b1515a7
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;