spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)

This commit is contained in:
Alon Levy 2011-04-09 21:41:12 +03:00 committed by Marc-André Lureau
parent f7986c2b0d
commit fbead3281f

View File

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