X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fgui.h;h=e33d617176d0cec4a4ffbc02476845ed0bf41486;hb=152a5902c82013c75ba4b09149523867b8d9d136;hp=8a592de0f4e13406670213af0c31956e553e0db6;hpb=c8501f9b294b6df1389261edc9f0619ea99d394b;p=flightgear.git diff --git a/src/GUI/gui.h b/src/GUI/gui.h index 8a592de0f..e33d61717 100644 --- a/src/GUI/gui.h +++ b/src/GUI/gui.h @@ -25,7 +25,8 @@ #ifndef _GUI_H_ #define _GUI_H_ -#include // plib include +#include // needed before pu.h +#include // 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