X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=board.h;h=d5efc445bdec8a96b55c82c0eee2f0edcfff3397;hb=dd67211f46050409861a109a9778af6594279569;hp=0d8054428913df8738ec55906b3f3fcda632c821;hpb=484955a33287fdda17f4290e94e6e647c8a51f19;p=xboard.git diff --git a/board.h b/board.h index 0d80544..d5efc44 100644 --- a/board.h +++ b/board.h @@ -78,7 +78,7 @@ typedef struct { extern AnimState anims[]; void DrawPolygon P((Pnt arrow[], int nr)); -void DrawOneSquare P((int x, int y, ChessSquare piece, int square_color, int marker, char *string, int align)); +void DrawOneSquare P((int x, int y, ChessSquare piece, int square_color, int marker, char *tString, char *bString, int align)); void DrawDot P((int marker, int x, int y, int r)); void DrawGrid P((void)); int SquareColor P((int row, int column));