summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/boxtype.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/boxtype.cxx b/test/boxtype.cxx
index 7db8433f0..34819f601 100644
--- a/test/boxtype.cxx
+++ b/test/boxtype.cxx
@@ -60,6 +60,7 @@ int main(int argc, char ** argv) {
Fl::get_system_colors();
Fl::background(113,113,198);
#else // this code uses the nice bright blue background to show box vs. frame types
+ Fl::args(argc, argv);
Fl::get_system_colors();
window->color(12);// light blue
#endif