X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=7b6c08e1d321a44e572ce3accc2c486808a7d2b7;hb=ca87afb87619efbaa94fe045670bc916e9ffe3ec;hp=d850ff7e08a1eb9ef1572fb4c6e0935fe8cc50f4;hpb=36fca099ff6d67b7df504606ffa15e8e5e8c66bb;p=xboard.git diff --git a/backend.h b/backend.h index d850ff7..7b6c08e 100644 --- a/backend.h +++ b/backend.h @@ -167,7 +167,7 @@ void BookEvent P((void)); void AboutGameEvent P((void)); void ExitEvent P((int status)); char *DefaultFileName P((char *)); -ChessMove UserMoveTest P((int fromX, int fromY, int toX, int toY, int promoChar)); +ChessMove UserMoveTest P((int fromX, int fromY, int toX, int toY, int promoChar, Boolean captureOwn)); void UserMoveEvent P((int fromX, int fromY, int toX, int toY, int promoChar)); void DecrementClocks P((void)); char *TimeString P((long millisec)); @@ -258,7 +258,7 @@ char * GameListLineFull P(( int, GameInfo *)); extern char* StripHighlight P((char *)); /* returns static data */ extern char* StripHighlightAndTitle P((char *)); /* returns static data */ - +extern void ics_update_width P((int new_width)); typedef enum { CheckBox, ComboBox, TextBox, Button, Spin, ResetButton, SaveButton, FileName, PathName, Slider, Message } Control;