diff --git a/plot.c b/plot.c index 3a83fcc..74fbaf8 100644 --- a/plot.c +++ b/plot.c @@ -91,7 +91,7 @@ void update_grid(void) redraw_request |= REDRAW_FREQUENCY; } -int +static inline int circle_inout(int x, int y, int r) { int d = x*x + y*y - r*r;