X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=nengineoutput.c;h=81b2b5a42e961a6aee522796b165bd8cbd843db4;hb=959078d28a10387d4583f8bd2f46d52a799065d3;hp=1818e61e7719b2804ffcfdace29594ef9fda3781;hpb=0e604fd62231e9375a446a4891efa1ede735f4d2;p=xboard.git diff --git a/nengineoutput.c b/nengineoutput.c index 1818e61..81b2b5a 100644 --- a/nengineoutput.c +++ b/nengineoutput.c @@ -80,7 +80,7 @@ Option engoutOptions[] = { /* TRANSLATORS: noun, as in "the move Nf3"*/ { 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, (char*) &appData.historyFont, (char**) MemoProc, TextBox, "" }, +{200, T_VSCRL | T_TOP, 500, NULL, (void*) &mem1, NULL, (char**) MemoProc, TextBox, "", &appData.historyFont }, { 0, 0, 0, NULL, NULL, "", NULL, Break , "" }, { 0, LL|T2T, 18, NULL, NULL, NULL, NULL, Icon, " " }, { 0, L2L|T2T|SAME_ROW, 162, NULL, NULL, NULL, NULL, Label, N_("engine name") }, @@ -88,7 +88,7 @@ Option engoutOptions[] = { /* TRANSLATORS: noun, as in "the move Nf3"*/ { 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, (char*) &appData.historyFont, (char**) MemoProc, TextBox, "" }, +{200, T_VSCRL | T_TOP, 500, NULL, (void*) &mem2, NULL, (char**) MemoProc, TextBox, "", &appData.historyFont }, { 0, NO_OK, 0, NULL, NULL, "", NULL, EndMark , "" } };