From 4f18b568d40be7f6d80e2dd73dd6ae2fdf515a2f Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 19 Nov 2021 14:34:22 +0200 Subject: Cleanup --- src/ui/banner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui/banner.c b/src/ui/banner.c index 7168f4b2..2d166fd2 100644 --- a/src/ui/banner.c +++ b/src/ui/banner.c @@ -257,7 +257,7 @@ static size_t itemAtCoord_Banner_(const iBanner *d, iInt2 coord) { return iInvalidPos; } -static iBool isInside_Banner(const iBanner *d, const SDL_Event *ev) { +static iBool isInside_Banner_(const iBanner *d, const SDL_Event *ev) { if (ev->type == SDL_MOUSEMOTION || ev->type == SDL_MOUSEBUTTONDOWN || ev->type == SDL_MOUSEBUTTONDOWN) { iInt2 coord; -- cgit v1.2.3