summaryrefslogtreecommitdiff
path: root/test/hello.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-12-14 19:40:29 +0100
committerMatthias Melcher <github@matthiasm.com>2023-12-14 19:40:34 +0100
commit33d071875623dc90e8da00d0491f97bc2558c861 (patch)
tree742cf9b611ac89f4bbb234edbaf9a9e7834a5f5a /test/hello.cxx
parent673fa2e09c178b6c49fddba53ca3d49ceb9bcd73 (diff)
FLUID: option to show terminal, clear terminal, and clear history
Diffstat (limited to 'test/hello.cxx')
-rw-r--r--test/hello.cxx2
1 files changed, 1 insertions, 1 deletions
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();
}