]> git.mxchange.org Git - flightgear.git/commit
Fixes for win_ratio/aspect_ratio confusion. It was due to confusion in the
authorcurt <curt>
Wed, 24 Oct 2001 20:28:28 +0000 (20:28 +0000)
committercurt <curt>
Wed, 24 Oct 2001 20:28:28 +0000 (20:28 +0000)
commitb6a259dc9031dcd232b1e8dba9ee39c220417cd5
tree9c4c2dccadf34c172a1f2545cd30703c17d5b3e4
parentfe8c751f1bc86e976bc3ee2808aafa0c1d7f7ae2
Fixes for win_ratio/aspect_ratio confusion.  It was due to confusion in the
meaning of "win_ratio".  I've removed win_ratio and added fov_ratio and
aspect_ratio, as it seems both are needed.

n.b. The multi-line changes in fgReshape comprise:
  extracting common code,
  removing an apparently arbitrary "+1" on the view height,
  changing "set_win_ratio" to "set_aspect_ratio".
src/Cockpit/hud.cxx
src/Cockpit/hud_ladr.cxx
src/GUI/gui.cxx
src/Main/fg_init.cxx
src/Main/fg_props.cxx
src/Main/main.cxx
src/Main/viewer.hxx