X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xoptions.c;h=9d4f122d78e60527e9fd1263c2078e141d961c4c;hb=6f01cd3e57fc068f24d8075c1dbb87ebef635e6a;hp=fb12fa383fe064995069761e6bc218ce6210c3dc;hpb=e9057ab4e0257b4bdae607d34bac2b7f6392e6a8;p=xboard.git diff --git a/xoptions.c b/xoptions.c index fb12fa3..9d4f122 100644 --- a/xoptions.c +++ b/xoptions.c @@ -206,7 +206,7 @@ SetDialogTitle (DialogClass dlg, char *title) } void -LoadListBox (Option *opt, char *emptyText) +LoadListBox (Option *opt, char *emptyText, int n1, int n2) { #ifdef TODO_GTK static char *dummyList[2];