[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Dead display surfaces



On 9/24/06, Luke Miller <dodgyville@xxxxxxxxx> wrote:
Hello,

What is a "Dead Display" surface in pygame, and what might cause it?

A dead display is just what it sounds like, a display that is dead - i.e. it won't show anything and will not respond to events. Dead displays occur when your program stops running (in an IDE like IDLE or similiar) and you forget to call pygame.display.quit() to clean it up.

A dead display is absolutely harmless, but it can be annoying to have
it since you cannot close it in a way you usually close windows.


-- - Rikard.