1
0
Fork 0
This commit is contained in:
curt 1999-04-16 00:00:06 +00:00
parent df512b65e1
commit 1b3d52b21f
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
WINDOW=NO
WINDOW=YES
if [ $WINDOW = "YES" ]; then
# in a window (slow hack)

View file

@ -468,7 +468,7 @@ fgOPTIONS::parse_fov( const string& arg ) {
// Format is "--serial=device,format,baud,direction" where
//
// device = OS device name to be open()'ed
// format = {nmea, fgfs}
// format = {nmea, garmin,fgfs,rul}
// baud = {300, 1200, 2400, ..., 230400}
// direction = {in, out, bi}

View file

@ -45,7 +45,7 @@
// from matrices we have allready computed
// rather then performing 'textbook algebra' to rederive them
// Norman Vine -- nhv@yahoo.com
// #define FG_VIEW_INLINE_OPTIMIZATIONS
#define FG_VIEW_INLINE_OPTIMIZATIONS
// temporary (hopefully) hack
static int panel_hist = 0;