X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=board.h;fp=board.h;h=f6cca1e9a77d1d2fe15ccd8dd489acbfd6d24930;hb=b737badf310f917fb0f7d5657fe7418aa4a8e401;hp=d5efc445bdec8a96b55c82c0eee2f0edcfff3397;hpb=23c0146ff1976cb3277da755b0c8532e3068d21f;p=xboard.git diff --git a/board.h b/board.h index d5efc44..f6cca1e 100644 --- a/board.h +++ b/board.h @@ -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;