hack.
#include <Main/fg_io.hxx>
#include <Main/globals.hxx>
#include <Main/fg_props.hxx>
+#include <Main/options.hxx>
#ifdef FG_NETWORK_OLK
#include <NetworkOLK/network.h>
#include "globals.hxx"
#include "keyboard.hxx"
#include "fg_props.hxx"
-
+#include "options.hxx"
// From main.cxx
extern void fgReshape( int width, int height );
#include <simgear/compiler.h>
+/* normans fix */
+#if defined(FX) && defined(XMESA)
+bool global_fullscreen = true;
+#endif
+
#include <math.h> // rint()
#include <stdio.h>
#include <stdlib.h> // atof(), atoi()
void
fgUsage ()
{
- cout << "Usage: fg [ options ... ]" << endl;
+ cout << "Usage: fgfs [ options ... ]" << endl;
cout << endl;
cout << "General Options:" << endl;
extern void fgParseOptions (const string &file_path);
extern void fgUsage ();
-#endif /* _OPTIONS_HXX */
+
+/* normans fix */
+#if defined(FX) && defined(XMESA)
+extern bool global_fullscreen;
+#endif
+#endif /* _OPTIONS_HXX */