Comment 1 for bug 199695

Revision history for this message
James Hancock (jlhancock) wrote :

To fix this bug you will need to create a pygame.display.Info() instance and use that to find the bit display of the current display window.

then draw lines(blah...) if it is 16 bit
and aalines(blah) for everything else.

cheers,
James Hancock