* Curtis L. Olson -- Tuesday 25 April 2006 19:38:
> - SDL locks out all other displays when you go full screen.  Ok for 
> 99.9% of our users, but for the 0.1% that needs to run "fullscreen" but 
> in a multiheaded environment, SDL is not an option.

But, of course, you can make an SDL window "fullscreen" without locking
anything, which is what I do:

  $ fgfs --geometry=1152x864

Then I just let my window manager suppress the window decoration. There's
even an SDL flag to do that automatically: SDL_VideoMode(SDL_NOFRAME|...)
And the desktop size could be queried and the window set to that, too.

In other words: we are talking about an fgfs shortcoming, not an SDL
one.

m.


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to