X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.h;h=09d66a5ae09a59e0718a0613ec054dc630a8061e;hb=6f01cd3e57fc068f24d8075c1dbb87ebef635e6a;hp=2c3e99347bbf83873ecdde80cc1a634fcf460b81;hpb=e9057ab4e0257b4bdae607d34bac2b7f6392e6a8;p=xboard.git diff --git a/dialogs.h b/dialogs.h index 2c3e993..09d66a5 100644 --- a/dialogs.h +++ b/dialogs.h @@ -148,7 +148,7 @@ void GetWidgetState P((Option *opt, int *state)); void SetWidgetState P((Option *opt, int state)); void SetWidgetLabel P((Option *opt, char *buf)); void SetDialogTitle P((DialogClass dlg, char *title)); -void LoadListBox P((Option *opt, char *emptyText)); +void LoadListBox P((Option *opt, char *emptyText, int n1, int n2)); void HighlightListBoxItem P((Option *opt, int nr)); void HighlightWithScroll P((Option *opt, int sel, int max)); int SelectedListBoxItem P((Option *opt));