X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwengineoutput.c;h=f2c0e569427d8f68709de4f7ec96f2f583a3888c;hb=56310c5b198bc521e0a715377c68378b7bcf10a5;hp=301d4f6ed95aae4169bacbedb4561392c39a5f6c;hpb=2eff6e6600cef28c3b915205dbd75e63b3cd641e;p=xboard.git diff --git a/winboard/wengineoutput.c b/winboard/wengineoutput.c index 301d4f6..f2c0e56 100644 --- a/winboard/wengineoutput.c +++ b/winboard/wengineoutput.c @@ -274,6 +274,11 @@ void DoSetWindowText(int which, int field, char *s_label) SetWindowText( outputField[which][field], s_label ); } +void SetEngineOutputTitle(char *title) +{ + SetWindowText( engineOutputDialog, title ); +} + // This seems pure front end LRESULT CALLBACK EngineOutputProc( HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam ) {