]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/options.hxx
Fixed a problem with autodetecting if we need to draw our own mouse cursor
[flightgear.git] / src / Main / options.hxx
index 5ce598f8371541e7a65493069fe019093ca2b12f..36128137b0fd4dc028128e0265a4626f70c9f8a2 100644 (file)
@@ -36,6 +36,11 @@ extern void fgParseOptions (int argc, char ** argv);
 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 */