X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=ed92687518bc96288745977c2731a3fd5d96fe8a;hb=bb5e3290bf001b9feebd5f60803eafc2cfb8f262;hp=88a3e0deae2867b5e1bb5f0331d4ddc72baac0c4;hpb=8e5273b69c00339351adf894ded9297a86729315;p=xboard.git diff --git a/frontend.h b/frontend.h index 88a3e0d..ed92687 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,7 @@ 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; typedef struct FrontEndProgramStats_TAG { int which;