diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-09-15 10:16:08 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-09-15 10:16:08 +0000 |
| commit | eefa09e6323bda4ac466ae00ef581a9b77200645 (patch) | |
| tree | 5cd310fd07b5cbad19111a214a1aeaaffbae64c5 /test/adjuster.cxx | |
| parent | 20360099195593fbf900f265ad90316fcd252856 (diff) | |
STR #1023: some more test programs did not load the OS default colors
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4570 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/adjuster.cxx')
| -rw-r--r-- | test/adjuster.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/adjuster.cxx b/test/adjuster.cxx index 9549543d3..e12957ab4 100644 --- a/test/adjuster.cxx +++ b/test/adjuster.cxx @@ -38,7 +38,7 @@ void adjcb(Fl_Widget *o, void *v) { b->redraw(); } -int main(int, char ** argv) { +int main(int argc, char ** argv) { Fl_Window window(320,100,argv[0]); char buf1[100]; @@ -57,7 +57,7 @@ int main(int, char ** argv) { window.resizable(window); window.end(); - window.show(); + window.show(argc, argv); return Fl::run(); } |
