Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
9413841222 fix thread arg 2025-10-23 22:46:13 +02:00
3 changed files with 1 additions and 1 deletions

BIN
visor Executable file

Binary file not shown.

View file

@ -273,7 +273,7 @@ int main(int argc, char **argv)
app = gtk_application_new("cool.bonsai.mandelbrot-visualizer",
G_APPLICATION_DEFAULT_FLAGS);
g_signal_connect(app, "activate", G_CALLBACK(app_activate), NULL);
stat = g_application_run(G_APPLICATION(app), argc, argv);
stat = g_application_run(G_APPLICATION(app), 1, argv);
g_object_unref(app);
return stat;

BIN
visor.o Normal file

Binary file not shown.