More-than-one-window

Someone knows how create and manage more than one window with SDL?

I think it’s very important that SDL include this feature in a future release
if it’s not possible now. SDL it’s not used only for fullscreen games but
it’s useful in a greta range of applications.

What do you think about?

WolfClan

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

Someone knows how create and manage more than one window with SDL?
Actually, it isn’t. A lot of the event-handling would have to be changed to
enable it.

I think it’s very important that SDL include this feature in a future
release if it’s not possible now. SDL it’s not used only for fullscreen
games but it’s useful in a greta range of applications.

SDL is meant for Game and Mulitmedia Development. For these applications you
usually don’t need more than one window. But in fact, me too, would like to
see this feature added, as would like to make my game-editors more gimp, and
not single-window styled.

Matthias


Matthias Bach | GPG/PGP-Key-ID: 0xACA73EC9
www.marix-world.de | On Keyserver: www.keyserver.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/GNjmlnJmS6ynPskRAoUjAJ9reF/0JrWpAhxSeeonbxIg8vCR3ACeNViP
BXXjyCU+FAEhhO9x2/gQ22Q=
=MqwF
-----END PGP SIGNATURE-----Am Freitag, 18. Juli 2003 13:58 schrieb Federico Tomassetti:

Quoth Matthias Bach , on Sat 19 Jul 2003:
(scissor)

I think it’s very important that SDL include this feature in a future
release if it’s not possible now. SDL it’s not used only for fullscreen
games but it’s useful in a greta range of applications.

SDL is meant for Game and Mulitmedia Development. For these applications you
usually don’t need more than one window. But in fact, me too, would like to
see this feature added, as would like to make my game-editors more gimp, and
not single-window styled.
(cut)

Actually, I would tend to work around this. Have one process for each
desired window, then communicate between them using your favorite kind
of IPC. Rather klugey and in some cases awkward, but it’d work.

—> Drake Wilson

-------------- next part --------------
A non-text attachment was scrubbed…
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20030719/f55c7430/attachment.pgp> Am Freitag, 18. Juli 2003 13:58 schrieb Federico Tomassetti: