aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/main.c b/main.c
index 494ee2c..7757243 100644
--- a/main.c
+++ b/main.c
@@ -3,11 +3,7 @@
int main(void)
{
/* mandelbrot_print(); */
- GConf gconf = {
- .window_width = 300,
- .window_height = 300
- };
- GState *gstate = graphics_init(&gconf);
+ GState *gstate = graphics_init();
graphics_run(gstate);
graphics_quit(gstate);
return 0;