diff options
-rw-r--r-- | src/ui/banner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/banner.c b/src/ui/banner.c index 2d166fd2..7ec189a4 100644 --- a/src/ui/banner.c +++ b/src/ui/banner.c | |||
@@ -274,7 +274,7 @@ static iBool isInside_Banner_(const iBanner *d, const SDL_Event *ev) { | |||
274 | 274 | ||
275 | iBool processEvent_Banner(iBanner *d, const SDL_Event *ev) { | 275 | iBool processEvent_Banner(iBanner *d, const SDL_Event *ev) { |
276 | iWidget *w = as_Widget(d->doc); | 276 | iWidget *w = as_Widget(d->doc); |
277 | if (!isInside_Banner(d, ev)) { | 277 | if (!isInside_Banner_(d, ev)) { |
278 | return iFalse; | 278 | return iFalse; |
279 | } | 279 | } |
280 | switch (ev->type) { | 280 | switch (ev->type) { |