summaryrefslogtreecommitdiffstats
path: root/src/tk.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-05 15:09:19 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-05 15:39:22 (EDT)
commitbe9f5321b74cc33cfd644eab1e52d002565618b2 (patch)
treea025f06cb5de386afdec4939e4ab721e9db7bd27 /src/tk.h
parent967ca52d7a1ec98b6b233b63ceeadfe6c2db5e25 (diff)
downloadmazefight-be9f5321b74cc33cfd644eab1e52d002565618b2.zip
mazefight-be9f5321b74cc33cfd644eab1e52d002565618b2.tar.gz
mazefight-be9f5321b74cc33cfd644eab1e52d002565618b2.tar.bz2
tk: Add blank widget
Diffstat (limited to 'src/tk.h')
-rw-r--r--src/tk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tk.h b/src/tk.h
index fa782b2..8c72d20 100644
--- a/src/tk.h
+++ b/src/tk.h
@@ -74,4 +74,7 @@ mftk_radio_new(int butn_width, int butn_padding, SDL_Color *butn_color,
int (*action)(void *, int), void *user_data,
SDL_Renderer *renderer, int state, int options, ...);
+struct mftk_widget *
+mftk_blank_new(void);
+
#endif /* MFTK_H_ */