X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=9b43b46e675a412b2414c8d4c458df765c25128f;hb=2dee3c0dc5b669d4e5f3464866b056a5bbca252e;hp=622eeec11162b47d3556a7a6b40950ccb6e6d896;hpb=f492ab86d8d68a4391c6214c050fcc6c77bd11c0;p=xboard.git diff --git a/frontend.h b/frontend.h index 622eeec..9b43b46 100644 --- a/frontend.h +++ b/frontend.h @@ -186,6 +186,8 @@ void ThawUI P((void)); extern char *programName; extern int commentUp; +void GreyRevert P((Boolean grey)); + typedef struct FrontEndProgramStats_TAG { int which; int depth; @@ -200,4 +202,9 @@ typedef struct FrontEndProgramStats_TAG { void SetProgramStats P(( FrontEndProgramStats * stats )); /* [AS] */ +void EngineOutputPopUp P((void)); +void EngineOutputPopDown P((void)); +int EngineOutputIsUp P((void)); +int EngineOutputDialogExists P((void)); + #endif