forked from kayprish/mandelbrot-visualiser
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 9413841222 |
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",
|
app = gtk_application_new("cool.bonsai.mandelbrot-visualizer",
|
||||||
G_APPLICATION_DEFAULT_FLAGS);
|
G_APPLICATION_DEFAULT_FLAGS);
|
||||||
g_signal_connect(app, "activate", G_CALLBACK(app_activate), NULL);
|
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);
|
g_object_unref(app);
|
||||||
|
|
||||||
return stat;
|
return stat;
|
||||||
|
|
|
||||||
BIN
visor.o
Normal file
BIN
visor.o
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue