From 6be2be6d436eaae5579c8816d0c0d4cab0c2c7b5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 23 Dec 2001 03:40:51 +0000 Subject: Demo updates (so they all will use the default scheme) Added show(argc, argv) method to Fl_Help_Dialog. Don't clear tab area in Fl_Tabs... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1896 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/navigation.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/navigation.cxx') diff --git a/test/navigation.cxx b/test/navigation.cxx index 4b66a995e..d39097313 100644 --- a/test/navigation.cxx +++ b/test/navigation.cxx @@ -1,5 +1,5 @@ // -// "$Id: navigation.cxx,v 1.5.2.3 2001/01/22 15:13:41 easysw Exp $" +// "$Id: navigation.cxx,v 1.5.2.3.2.1 2001/12/23 03:40:51 easysw Exp $" // // Navigation test program for the Fast Light Tool Kit (FLTK). // @@ -61,10 +61,10 @@ int main(int argc, char **argv) { if (n < window.children()) continue; window.insert(*(new Fl_Input(x,y,w,h)),j); } - window.show(); + window.show(argc, argv); return Fl::run(); } // -// End of "$Id: navigation.cxx,v 1.5.2.3 2001/01/22 15:13:41 easysw Exp $". +// End of "$Id: navigation.cxx,v 1.5.2.3.2.1 2001/12/23 03:40:51 easysw Exp $". // -- cgit v1.2.3