X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.c;h=388bcc5e646926a4ff54180ad1f2f5228f0446b9;hb=b9fd60495d47ef08fbff17ae883ae69d37fcb859;hp=83fd4bdcd2c32c6e0cc6efc06e065692c7b3c139;hpb=4d04bc8a6c2d5e410d519b25164613c5e5c2d160;p=xboard.git diff --git a/winboard/winboard.c b/winboard/winboard.c index 83fd4bd..388bcc5 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -9619,6 +9619,12 @@ OutputToProcess(ProcRef pr, char *message, int count, int *outError) return outCount; } +void +DoSleep(int n) +{ + if(n != 0) Sleep(n); +} + int OutputToProcessDelayed(ProcRef pr, char *message, int count, int *outError, long msdelay) @@ -9860,16 +9866,6 @@ Tween(start, mid, finish, factor, frames, nFrames) } void -HistorySet( char movelist[][2*MOVE_LEN], int first, int last, int current ) -{ - MoveHistorySet( movelist, first, last, current, pvInfoList ); - - EvalGraphSet( first, last, current, pvInfoList ); - - MakeEngineOutputTitle(); -} - -void SettingsPopUp(ChessProgramState *cps) { // [HGM] wrapper needed because handles must not be passed through back-end EngineOptionsPopup(savedHwnd, cps);