From: ewt Date: Fri, 2 Aug 1996 18:45:23 +0000 (+0000) Subject: mods to use new newtForm() call X-Git-Tag: v0-9~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b994d22060ad30c2bbb560d052a6514c8a0e81d2;p=thirdparty%2Fnewt.git mods to use new newtForm() call --- diff --git a/listbox.c b/listbox.c index fb3a860..a80c1e0 100644 --- a/listbox.c +++ b/listbox.c @@ -40,7 +40,7 @@ newtComponent newtListbox(int left, int top, int height, int flags) { COLORSET_ACTLISTBOX); else sb = NULL; - li->form = newtForm(sb); + li->form = newtForm(sb, NULL, NEWT_FORM_NOF12); li->sb = sb; if (height) {