SDL subwindows?

Hi,

Is there a contruct in SDL for sub-windowing (similar to the GLUT subwindow)?
Or can you draw to multiple SDL surfaces and display all of them in the same
window?

Thanks,
Bryan Worthen (first time poster)

Well, there is no sub-windowing in the sence that I guess you mean. You can
however, as you say, blit onto several different surfaces and then blit
those onto your “main” surface. Or, to get rid of an extra blit… Blit
everything to the main surface at once and handle the “windows” as objects
that realy don’t care where they are blitted.

Best regards
Daniel Liljeberg> ----- Original Message -----

From: worthen@sci.utah.edu (Bryan Worthen)
To:
Sent: Thursday, January 22, 2004 5:59 PM
Subject: [SDL] SDL subwindows?

Hi,

Is there a contruct in SDL for sub-windowing (similar to the GLUT
subwindow)?
Or can you draw to multiple SDL surfaces and display all of them in the
same
window?

Thanks,
Bryan Worthen (first time poster)


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl