summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-19 14:34:22 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-19 14:34:22 +0200
commit4f18b568d40be7f6d80e2dd73dd6ae2fdf515a2f (patch)
tree1288721443d7e367def8272746ebbf16834601f6 /src
parentc180c3c944e9a1a426962a98f0647e80f7744d4c (diff)
Cleanup
Diffstat (limited to 'src')
-rw-r--r--src/ui/banner.c2
1 files changed, 1 insertions, 1 deletions
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) {
257 return iInvalidPos; 257 return iInvalidPos;
258} 258}
259 259
260static iBool isInside_Banner(const iBanner *d, const SDL_Event *ev) { 260static iBool isInside_Banner_(const iBanner *d, const SDL_Event *ev) {
261 if (ev->type == SDL_MOUSEMOTION || ev->type == SDL_MOUSEBUTTONDOWN || 261 if (ev->type == SDL_MOUSEMOTION || ev->type == SDL_MOUSEBUTTONDOWN ||
262 ev->type == SDL_MOUSEBUTTONDOWN) { 262 ev->type == SDL_MOUSEBUTTONDOWN) {
263 iInt2 coord; 263 iInt2 coord;