From: ewt Date: Fri, 2 Aug 1996 18:44:17 +0000 (+0000) Subject: changed for new newtForm() call X-Git-Tag: v0-9~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3db08b60c7fa14c8a805c0def3e2d8e4cb0650d7;p=thirdparty%2Fnewt.git changed for new newtForm() call --- diff --git a/test.c b/test.c index 925253c..1b490bf 100644 --- a/test.c +++ b/test.c @@ -20,8 +20,8 @@ void main(void) { newtOpenWindow(2, 2, 30, 10, "first window"); newtOpenWindow(10, 5, 65, 16, "window 2"); - f = newtForm(NULL); - chklist = newtForm(NULL); + f = newtForm(NULL, NULL, 0); + chklist = newtForm(NULL, NULL, 0); b1 = newtButton(3, 1, "Push me"); b2 = newtButton(18, 1, "Not me");