Re: [TuxKart-devel] How about
Status: Alpha
Brought to you by:
sjbaker
From: James G. <j....@vi...> - 2004-10-12 06:17:14
|
On Mon, 2004-10-11 at 23:35, Steve Baker wrote: > James Gregory wrote: > > > Adding in a menu button called "fullscreen" is easy, but as far as I > > know when you do something like switch to/from fullscreen you have to > > reload all textures, which means someone who knows OpenGL/Plib would > > need to do it. > > You ought to be able to open a second window which shares resources with > the first one - then delete the first window. If resources are shared > then you shouldn't have to reload textures. > > However, if you delete one window *then* create the other - then you'll > certainly have to reload the textures - which would definitely be a PITA. It's very, very tempting to think you're trying to be funny. SDL doesn't support multiple windows. James |