summaryrefslogtreecommitdiffstats
path: root/src/tk/button.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk/button.c')
-rw-r--r--src/tk/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tk/button.c b/src/tk/button.c
index 0b5e874..5638fb0 100644
--- a/src/tk/button.c
+++ b/src/tk/button.c
@@ -42,7 +42,7 @@ _mftk_button_layout(struct mftk_widget *w)
}
static int
-_mftk_button_event(struct mftk_widget *w, SDL_Event *e,
+_mftk_button_mouse_event(struct mftk_widget *w, SDL_Event *e,
int x __attribute__((__unused__)),
int y __attribute__((__unused__)))
{