From 4f18b568d40be7f6d80e2dd73dd6ae2fdf515a2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Fri, 19 Nov 2021 14:34:22 +0200
Subject: [PATCH 1/1] Cleanup
src/ui/banner.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
2.25.1
text/plain
This content has been proxied by September (3851b).