summaryrefslogtreecommitdiffstats
path: root/src/tk/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk/label.c')
-rw-r--r--src/tk/label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tk/label.c b/src/tk/label.c
index ffade82..dcd827e 100644
--- a/src/tk/label.c
+++ b/src/tk/label.c
@@ -36,7 +36,7 @@ _mftk_label_layout(struct mftk_widget *w __attribute__((__unused__)))
}
static int
-_mftk_label_event(struct mftk_widget *w __attribute__((__unused__)),
+_mftk_label_mouse_event(struct mftk_widget *w __attribute__((__unused__)),
SDL_Event *e __attribute__((__unused__)),
int x __attribute__((__unused__)),
int y __attribute__((__unused__)))