X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwengineoutput.c;h=ad344272143a5af55f1809dd5957dc6121b8af02;hb=b9c6b5e9fcd6321336ec28f25833530db79b928d;hp=301d4f6ed95aae4169bacbedb4561392c39a5f6c;hpb=272e35c7f6874eae7f6f5487ad427a57212b9eca;p=xboard.git diff --git a/winboard/wengineoutput.c b/winboard/wengineoutput.c index 301d4f6..ad34427 100644 --- a/winboard/wengineoutput.c +++ b/winboard/wengineoutput.c @@ -5,6 +5,8 @@ * * Copyright 2005 Alessandro Scotti * + * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -274,6 +276,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 ) {