X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=0e782e1005ae1d22f0f9fea110002054072b726e;hb=db47508e69470712a51f6fd2e06348a0c1de615c;hp=88a3e0deae2867b5e1bb5f0331d4ddc72baac0c4;hpb=c56cf062ff40624fad3b09223b527fc3a12c7b01;p=xboard.git diff --git a/frontend.h b/frontend.h index 88a3e0d..0e782e1 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));