forked from kayprish/mandelbrot-visualiser
fix thread arg (#1)
Reviewed-on: #1 Co-authored-by: Jovan Djokic-Sumarac <sumarac@protonmail.com> Co-committed-by: Jovan Djokic-Sumarac <sumarac@protonmail.com>
This commit is contained in:
parent
8ad76abac9
commit
0582d8a286
3 changed files with 1 additions and 1 deletions
BIN
visor
Executable file
BIN
visor
Executable file
Binary file not shown.
2
visor.c
2
visor.c
|
|
@ -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
BIN
visor.o
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue