From 33d071875623dc90e8da00d0491f97bc2558c861 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 14 Dec 2023 19:40:29 +0100 Subject: FLUID: option to show terminal, clear terminal, and clear history --- 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 d7308cd78..299d58098 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