aboutsummaryrefslogtreecommitdiff
path: root/menulist.c
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-10-11 11:48:55 +0000
committerrodri <rgl@antares-labs.eu>2023-10-11 11:48:55 +0000
commit811630a877af97cceba4f43a16eb3fbd9ed99242 (patch)
tree8b72c3e3ae0e576d2ab8d12d706bb3a788caa1b5 /menulist.c
parentdbfc9b6d9bc6aa9f337eadc21d0d6dfbdbc3e3d7 (diff)
downloadbattleship-811630a877af97cceba4f43a16eb3fbd9ed99242.tar.gz
battleship-811630a877af97cceba4f43a16eb3fbd9ed99242.tar.bz2
battleship-811630a877af97cceba4f43a16eb3fbd9ed99242.zip
allow the user to disable sound. only spawn a new window when debugging.
Diffstat (limited to 'menulist.c')
-rw-r--r--menulist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/menulist.c b/menulist.c
index ea7e4b8..bafaeea 100644
--- a/menulist.c
+++ b/menulist.c
@@ -106,6 +106,7 @@ menulist_update(Menulist *ml, Mousectl *mc, Channel *drawchan)
return selected;
}
+/* TODO draw the menu in its own Window */
static void
menulist_draw(Menulist *ml, Image *dst)
{