summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;