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.

Glut does the desktop integration thing by ignoring the video mode
issue.  SDL handles mode switching by taking over the desktop.  No one
does both.

Andy

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to