[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: NOTIMP message.
On Tue, Nov 21, 2000 at 01:04:44PM +0100, Sebastian Andersson wrote:
> I got a:
> NOTIMP: triblt 0xc0
> when I run some version of MS Access, when it tries to draw its
> "drop down field selector button" at the right side of a filed.
>
> What does opcode C0 mean?
It helped to read the T.128 document:
0xC0 == PSa (D = P & S ?)
Is:
ui_memblt(ROP2_COPY, x, y, cx, cy, src, srcx, srcy);
ui_patblt(ROP2_AND, x, y, cx, cy, brush, bgcolour, fgcolour);
a correct implementation of PSa ?
/Sebastian