Melchior FRANZ wrote:
> Oh, and the geometry isn't restored after exit. fgfs/SDL switches to
> 800x600 when called without --geometry, and leaves it at that. One
> has to call it again with the geometry that one wants to have
> afterwards.

Known issue.  Lots of places in our source tree like to call exit(),
which is bad in an environment where you need to reset the video mode.
They all have to be hooked to call fgExit(), such that SDL_Quit() gets
called before the end.  That's trivially easy, but a lot of work.

Andy


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

Reply via email to