X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=fbc2e9cfd5a8c0a54b7eaf0ae4209a58684556ca;hb=1d2eec53fb91655d002d67fe54b5256f0a49719b;hp=280a1fcf7ad8f45a6dd5cf050be0d704e60600e9;hpb=ab773ff40f992d0462d500b429d4df863be9d288;p=xboard.git diff --git a/frontend.h b/frontend.h index 280a1fc..fbc2e9c 100644 --- a/frontend.h +++ b/frontend.h @@ -80,6 +80,7 @@ void DisplayIcsInteractionTitle P((String title)); void ParseArgsFromString P((char *p)); void ParseArgsFromFile P((FILE *f)); void DrawPosition P((int fullRedraw, Board board)); +void DrawPositionX P((int fullRedraw, Board board)); void ResetFrontEnd P((void)); void NotifyFrontendLogin P((void)); void CommentPopUp P((String title, String comment));