summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authornicm <nicm>2023-08-08 08:08:47 +0000
committernicm <nicm>2023-08-08 08:08:47 +0000
commitdee72ed41f54d9ba12b1ce20c18476d9276a876d (patch)
treea0b8e2c6014a32f750727233313bae0d74ac2837 /popup.c
parent1071ef8fc5bd5d2776dd6b413ce0535a0f81be65 (diff)
Add options and flags for menu styles similar to those existing for
popups, from Alexis Hildebrandt. GitHub issue 3650.
Diffstat (limited to 'popup.c')
-rw-r--r--popup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/popup.c b/popup.c
index 9ab8490f..2fb6f1fa 100644
--- a/popup.c
+++ b/popup.c
@@ -575,8 +575,8 @@ menu:
x = m->x - (pd->menu->width + 4) / 2;
else
x = 0;
- pd->md = menu_prepare(pd->menu, 0, 0, NULL, x, m->y, c, NULL,
- popup_menu_done, pd);
+ pd->md = menu_prepare(pd->menu, 0, 0, NULL, x, m->y, c,
+ BOX_LINES_DEFAULT, NULL, NULL, NULL, popup_menu_done, pd);
c->flags |= CLIENT_REDRAWOVERLAY;
out: