From bd2826284ce3a4ecde2493ad53a79473352e5933 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 06 Aug 2021 16:15:17 -0400 Subject: tk: Rename mouse event method --- (limited to 'src/tk/label.c') 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__))) -- cgit v0.9.1