[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: NOTIMP message.
On Tue, 21 Nov 2000, 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
>
It looks okay to me. I got the same error once but wasn't able to trace
what used it, and think I implimented it as above myself. Not knowing
where to look I don't know if it ever did the trick (and I lost that
particular patch). :-)
(Lately I've been racking my brains trying to think of a better way to
impliment all the ROP3s without having to explicitly code them, as I am
working on a java port of rdesktop in my free time. I've not yet thought
of anything suitable.)
/ Ben McKeegan, I.T. Manager \
\ Fitzwilliam College, University of Cambridge, UK. /