]> git.mxchange.org Git - flightgear.git/commit
IRIX fixes.
authorehofman <ehofman>
Mon, 18 Jul 2005 09:18:24 +0000 (09:18 +0000)
committerehofman <ehofman>
Mon, 18 Jul 2005 09:18:24 +0000 (09:18 +0000)
commit0ec8fa64a4a12cf18491ec689008316c42640274
treebb2350fcf9c3d3f537732cb693cc090ad04603ca
parent67761031909462ba9612190d4a358e45027743e9
IRIX fixes.
Somehow the MIPSpro compiler doesn't like an STL map entry being called
using a variable when the reference is an object and not a pointer to an
object.

Preliminary support for a fontcache is added which prevents fonts from
being loaded more than once and takes care of freeing them up again.
The fontcache isn't used yet since there seems to be a problem somewhere.
src/GUI/new_gui.cxx
src/GUI/new_gui.hxx