From 469d3ef3d5e9bc27eb5cd0ef6532f89568604572 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 16 Dec 2023 21:59:39 +0100 Subject: #842: Enables command line color arguments on macOS --- test/hello.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/hello.cxx b/test/hello.cxx index 299d58098..d7308cd78 100644 --- a/test/hello.cxx +++ b/test/hello.cxx @@ -26,6 +26,6 @@ int main(int argc, char **argv) { box->labelsize(36); box->labeltype(FL_SHADOW_LABEL); window->end(); - window->show();//argc, argv); + window->show(argc, argv); return Fl::run(); } -- cgit v1.2.3