X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=board.h;h=f6cca1e9a77d1d2fe15ccd8dd489acbfd6d24930;hb=10bd1d23214a3562c81780f965badfd7b1d57fa8;hp=d5efc445bdec8a96b55c82c0eee2f0edcfff3397;hpb=dd67211f46050409861a109a9778af6594279569;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;