]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.h
Moved winWidth and winHeight out of FGViewer since these are set on a
[flightgear.git] / src / GUI / gui.h
index 44366a13981be06084af91f2a658692dea59ff0f..e33d617176d0cec4a4ffbc02476845ed0bf41486 100644 (file)
@@ -25,7 +25,8 @@
 #ifndef _GUI_H_
 #define _GUI_H_
 
-#include <plib/pu.h>
+#include <GL/glut.h>           // needed before pu.h
+#include <plib/pu.h>           // plib include
 
 extern void guiInit();
 extern void guiMotionFunc ( int x, int y );
@@ -36,7 +37,8 @@ extern void BusyCursor( int restore );
 extern void guiToggleMenu(void);
 extern void mkDialog(const char *txt);
 extern void ConfirmExitDialog(void);
-extern void guiFixPanel( void );
+
+extern void fgDumpSnapShot();
 
 extern puFont guiFnt;
 extern fntTexFont *guiFntHandle;
@@ -63,7 +65,6 @@ extern char *gui_msg_RESET;  // "RESET"
 #define FG_POP_PUI_DIALOG( X ) \
     (X)->hide(); \
     puPopLiveInterface(); \
-    guiFixPanel(); \
     maybeToggleMouse();
 
 // Finalize Dialog Box Construction