X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=nengineoutput.c;h=31bdbe574ed445df9ce68efea4476b5e1b565b9b;hb=7c9ee0544821f7981792be03e90ba15e9a8aeada;hp=201eb3ddfa9ce2d026ec7054e9e1e0c4a225c02c;hpb=76a31cef74e7f1f84d9d3c0b76971ca1633321cf;p=xboard.git diff --git a/nengineoutput.c b/nengineoutput.c index 201eb3d..31bdbe5 100644 --- a/nengineoutput.c +++ b/nengineoutput.c @@ -89,7 +89,7 @@ Option engoutOptions[] = { void SetIcon (int which, int field, int nIcon) { // first call into xengineoutput.c to pick up icon pixmap - if( nIcon ) DrawIcon(&engoutOptions[STRIDE*which + field - 1], nIcon); + if( nIcon ) DrawWidgetIcon(&engoutOptions[STRIDE*which + field - 1], nIcon); } void @@ -123,7 +123,7 @@ EngineOutputPopUp () AddHandler(&engoutOptions[MEMO], 6); AddHandler(&engoutOptions[MEMO+STRIDE], 6); if( needInit ) { - InitializeEngineOutput(&engoutOptions[0], &engoutOptions[MEMO]); // make icon bitmaps + InitEngineOutput(&engoutOptions[0], &engoutOptions[MEMO]); // make icon bitmaps needInit = FALSE; } SetEngineColorIcon( 0 );