]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
changed for new newtForm() call
authorewt <ewt>
Fri, 2 Aug 1996 18:44:17 +0000 (18:44 +0000)
committerewt <ewt>
Fri, 2 Aug 1996 18:44:17 +0000 (18:44 +0000)
test.c

diff --git a/test.c b/test.c
index 925253cba656df27ece9cd9739e67ecbf86ea63d..1b490bf5656aa1c7bf952c4f3485fc770daa0c6c 100644 (file)
--- 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");