X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=board.h;h=f6cca1e9a77d1d2fe15ccd8dd489acbfd6d24930;hb=19322454d23ba4bd033d3578978db047bbd49c7d;hp=0d8054428913df8738ec55906b3f3fcda632c821;hpb=1c03d229073e56dda9e5856db5adaae51576a3bb;p=xboard.git diff --git a/board.h b/board.h index 0d80544..f6cca1e 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)); @@ -92,7 +92,7 @@ void SetDragPiece P((AnimNr anr, ChessSquare piece)); void DragPieceMove P((int x, int y)); void DrawBorder P((int x, int y, int type, int odd)); void FlashDelay P((int flash_delay)); -void SwitchWindow P((void)); +void SwitchWindow P((int main)); extern int damage[2][BOARD_RANKS][BOARD_FILES]; extern Option *currBoard;