5 jul 2010 kl. 12.49 skrev m0n0:
You need to implement an array of functions to convert graphics to the current pixel format. The VDIs available does not provide safe/useful information about this, unfortunately. The only way to know for sure is to probe the screen, i.e. blit a block with known data to the screen and read it back using a pixel read function. Apart from that, all VDI functions work as they should (afaik). It's probably idea to make it possible to override the pixel format properties in some configuration file. -- PeP |