[SDL] Application multi-windows on Win32 & Linux
Ryan C. Gordon
icculus at icculus.org
Fri Sep 12 14:54:03 PDT 2008
> Actually, I can create multi windows by forking the process but it's not
> very cool^^, does anyone know another method to create and manage
> multiple windows with SDL without forking the process ??
In 1.2, you probably won't be able to do much besides one window per
process. It's not something to be trivially patched in 1.2, either.
That's why we rewrote this for 1.3.
> And does anyone know when the version 1.3 will be released (or any
> version or patch that allow multiwindows on Win32 and Linux) ??
If the Subversion trunk works now, you can use it. :)
--ryan.
More information about the SDL
mailing list