X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxoptions.c;h=7e622a78396e6d6cc599751a339e14ab42d6977b;hb=6f01cd3e57fc068f24d8075c1dbb87ebef635e6a;hp=7bbff9becd8e75879b93e7524c415e9e8864e954;hpb=e9057ab4e0257b4bdae607d34bac2b7f6392e6a8;p=xboard.git diff --git a/xaw/xoptions.c b/xaw/xoptions.c index 7bbff9b..7e622a7 100644 --- a/xaw/xoptions.c +++ b/xaw/xoptions.c @@ -197,7 +197,7 @@ SetDialogTitle (DialogClass dlg, char *title) } void -LoadListBox (Option *opt, char *emptyText) +LoadListBox (Option *opt, char *emptyText, int n1, int n2) { static char *dummyList[2]; dummyList[0] = emptyText; // empty listboxes tend to crash X, so display user-supplied warning string instead