diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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; |
