Christoph Egger <[EMAIL PROTECTED]> wrote:
> First, who don't know what the tele-target is: 'man display-tele'.
> I found bug in it. To reproduce the bug I found, ggiteleserver must run on
> a different type of endian host than the client runs on.
> Then run libggi/programs/demo/demo using the tele-target.
> You will see the bug in the ggiCrossBlit test and in the ColorPack test.
> The bug is: Wrong color! What should be white appears YELLOW!
> Has anyone an idea, what's going wrong?

Well I have a general idea, though nothing specific: You were using 32 bit 
modes, right? In that case, you might have BGRX vs. XRGB in the color 
schemes.

This leads to sending B=ff G=ff R=ff X=00 for white, which gets interpreted 
as X=ff R=ff G=ff B=00 which is yellow.


CU, Andy

-- 
= Andreas Beck                    |  Email :  <[EMAIL PROTECTED]>             =

Reply via email to