X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=f4734aa82ace452cbf9cc843534d7123b6ae17f2;hb=756dc94735b48fd28efc0bd19c4099acc39ccb94;hp=88a3e0deae2867b5e1bb5f0331d4ddc72baac0c4;hpb=8e5273b69c00339351adf894ded9297a86729315;p=xboard.git diff --git a/frontend.h b/frontend.h index 88a3e0d..f4734aa 100644 --- a/frontend.h +++ b/frontend.h @@ -88,6 +88,8 @@ void NotifyFrontendLogin P((void)); void CommentPopUp P((String title, String comment)); void CommentPopDown P((void)); void EditCommentPopUp P((int index, String title, String text)); +void ErrorPopDown P((void)); +int EventToSquare P((int x, int limit)); void RingBell P((void)); void PlayIcsWinSound P((void)); @@ -181,6 +183,9 @@ void HistorySet P((char movelist[][2*MOVE_LEN], int first, int last, int current void FreezeUI P((void)); void ThawUI P((void)); extern char *programName; +extern int commentUp; + +void GreyRevert P((Boolean grey)); typedef struct FrontEndProgramStats_TAG { int which; @@ -196,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