From 811630a877af97cceba4f43a16eb3fbd9ed99242 Mon Sep 17 00:00:00 2001 From: rodri Date: Wed, 11 Oct 2023 11:48:55 +0000 Subject: allow the user to disable sound. only spawn a new window when debugging. --- menulist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'menulist.c') 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) { -- cgit v1.2.3