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

Re: [pygame] Run two top level pygame display surfaces, one per local X display?



On Sat, 2005-09-24 at 22:52 +0100, Michael Sparks wrote:
> I suspect the answer here is "no, not within the same process". However here 
> goes anyway :-)

You're suspicions are correct. SDL offers no way to work with multiple
display Surfaces. The SDL API is designed to support them, but not a
single video backend does.