X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=f4734aa82ace452cbf9cc843534d7123b6ae17f2;hb=756dc94735b48fd28efc0bd19c4099acc39ccb94;hp=ed92687518bc96288745977c2731a3fd5d96fe8a;hpb=d7ba1f9301bde533d4eaf67586922a7b7ab30ce8;p=xboard.git diff --git a/frontend.h b/frontend.h index ed92687..f4734aa 100644 --- a/frontend.h +++ b/frontend.h @@ -185,6 +185,8 @@ void ThawUI P((void)); extern char *programName; extern int commentUp; +void GreyRevert P((Boolean grey)); + typedef struct FrontEndProgramStats_TAG { int which; int depth; @@ -199,4 +201,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