]> git.mxchange.org Git - flightgear.git/commit
Restore trRenderFrame (which used to be in main.cxx before the
authordavid <david>
Sat, 2 Oct 2004 22:35:39 +0000 (22:35 +0000)
committerdavid <david>
Sat, 2 Oct 2004 22:35:39 +0000 (22:35 +0000)
commitfcb67de4f51ad4ee668f368807c434ad8ac953f2
treefdd86a08b8dab36dc7c2e108677ea31dc1791578
parentf6176ec7ef7a7cce26d36235821f511333d97dfe
Restore trRenderFrame (which used to be in main.cxx before the
split).  If SimGear is configured --with-jpeg-factory, then FlightGear
will fail to build unless this function is present.

FIXME: this is very messy architecturally -- find a better solution,
like passing this explicitly as a callback to the libJPEG class
(SimGear should not have a dependency on FlightGear).
src/Main/renderer.cxx