X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=622eeec11162b47d3556a7a6b40950ccb6e6d896;hb=f3c79e09622f2436b81f6c302bd619caacdeb3b3;hp=66455aa8eff91282f7c580b3ae821d428175dc47;hpb=662a8073971f934e63c645511bc66e292dc9c131;p=xboard.git diff --git a/frontend.h b/frontend.h index 66455aa..622eeec 100644 --- a/frontend.h +++ b/frontend.h @@ -89,6 +89,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)); @@ -182,6 +184,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;