diff options
Diffstat (limited to 'apps/mandelbrot.c')
-rw-r--r-- | apps/mandelbrot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mandelbrot.c b/apps/mandelbrot.c index 677d674..dc4f6ce 100644 --- a/apps/mandelbrot.c +++ b/apps/mandelbrot.c @@ -58,7 +58,7 @@ int main() struct window win = { 0 }; gui_new_window(&win); - gui_fill(&win, BG_COLOR); + gui_fill(&win, COLOR_BG); draw_mandelbrot(&win, 50); |