summaryrefslogtreecommitdiffstats
path: root/src/tk/blank.c
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-06 16:15:17 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-06 16:25:27 (EDT)
commitbd2826284ce3a4ecde2493ad53a79473352e5933 (patch)
tree1caa9d97a7c5f297035f4b234b72999014b751d1 /src/tk/blank.c
parentf6b656b1f211769b71ad1ddb1ae6c22f76ef7cdc (diff)
downloadmazefight-bd2826284ce3a4ecde2493ad53a79473352e5933.zip
mazefight-bd2826284ce3a4ecde2493ad53a79473352e5933.tar.gz
mazefight-bd2826284ce3a4ecde2493ad53a79473352e5933.tar.bz2
tk: Rename mouse event method
Diffstat (limited to 'src/tk/blank.c')
-rw-r--r--src/tk/blank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tk/blank.c b/src/tk/blank.c
index 154870c..67e9b3d 100644
--- a/src/tk/blank.c
+++ b/src/tk/blank.c
@@ -32,7 +32,7 @@ _mftk_blank_layout(struct mftk_widget *w __attribute__((__unused__)))
}
static int
-_mftk_blank_event(struct mftk_widget *w __attribute__((__unused__)),
+_mftk_blank_mouse_event(struct mftk_widget *w __attribute__((__unused__)),
SDL_Event *e __attribute__((__unused__)),
int x __attribute__((__unused__)),
int y __attribute__((__unused__)))