* Melchior Franz -- Wednesday 04 May 2005 12:57:
> Log Message:
> open black window immediately. This doesn't only give useful feedback,
> it also allows to switch desktops shortly after starting fgfs without
> having the window pop up on the "wrong" virtual desktop.

Because there's no glutDisplayFunc() callback routine, the black rectangle
isn't redrawn on window resizing or after parts were covered by other
windows. I think that the advantages outweigh this cosmetic problem, though.
Tell me if you want me to revert.

A better "fix" would be to call the main loop immediately, and to let it
call a separate drawing callback function that only does the splash screen.
And then to switch the callback to FGRenderer::update() as soon as this
can be done. We couldn't blend the splash screen over the 3D view then,
but this isn't worth it, anyway.

m.

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to