Andy Ross writes: > > Curtis L. Olson wrote: > > Ok, since you have your head into this at the moment: With X11, is it > > possible to run an SDL app in window (so it behaves well with the > > window manger) but in a window that fills the entire screen and is > > undecorated (so it looks "full screen")? > > Sadly, no. Even if it were, that's basically a hack to get around > other issues. The Right Thing is to change the video mode, throw up a > desktop-integrated fullscreen window, detect when the window is > unmapped or loses keyboard focus, and reset the resolution to get back > to the desktop.
All you need to do is detect the currrent video mode settings and use them when you switch into desktop integgrated fullscreen mode To see how to do this in X look at the Open Producer code RenderSurface_X11.cpp http://www.andesengineering.com/BlueMarbleViewer/producer_install.html Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
