X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=nengineoutput.c;h=31bdbe574ed445df9ce68efea4476b5e1b565b9b;hb=67b3a0d7c465522feb67841c7374bf863df19357;hp=814a886a5400e799d11f79ab14bd62ce7c1a533c;hpb=86932d68dc115d304fddb290947fd04323d62cbd;p=xboard.git diff --git a/nengineoutput.c b/nengineoutput.c index 814a886..31bdbe5 100644 --- a/nengineoutput.c +++ b/nengineoutput.c @@ -70,16 +70,16 @@ int windowMode = 1; char *mem1, *mem2; // dummies, as this dialog can never be OK'ed Option engoutOptions[] = { -{ 0, LL|T2T, 17, NULL, NULL, "", NULL, Label, "" }, +{ 0, LL|T2T, 17, NULL, NULL, NULL, NULL, Label, " " }, { 0, L2L|T2T|SAME_ROW, 163, NULL, NULL, NULL, NULL, Label, N_("engine name") }, -{ 0, T2T|SAME_ROW, 30, NULL, NULL, "", NULL, Label, "" }, +{ 0, T2T|SAME_ROW, 30, NULL, NULL, NULL, NULL, Label, " " }, { 0, R2R|T2T|SAME_ROW, 188, NULL, NULL, NULL, NULL, Label, N_("move") }, { 0, RR|T2T|SAME_ROW, 80, NULL, NULL, NULL, NULL, Label, N_("NPS") }, {200, T_VSCRL | T_TOP, 500, NULL, (void*) &mem1, "", NULL, TextBox, "" }, { 0, 0, 0, NULL, NULL, "", NULL, Break , "" }, -{ 0, LL|T2T, 17, NULL, NULL, "", NULL, Label, "" }, +{ 0, LL|T2T, 17, NULL, NULL, NULL, NULL, Label, " " }, { 0, L2L|T2T|SAME_ROW, 163, NULL, NULL, NULL, NULL, Label, N_("engine name") }, -{ 0, T2T|SAME_ROW, 30, NULL, NULL, "", NULL, Label, "" }, +{ 0, T2T|SAME_ROW, 30, NULL, NULL, NULL, NULL, Label, " " }, { 0, R2R|T2T|SAME_ROW, 188, NULL, NULL, NULL, NULL, Label, N_("move") }, { 0, RR|T2T|SAME_ROW, 80, NULL, NULL, NULL, NULL, Label, N_("NPS") }, {200, T_VSCRL | T_TOP, 500, NULL, (void*) &mem2, "", NULL, TextBox, "" }, @@ -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 );