summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-08-08 12:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2023-08-08 12:01:10 +0100
commit4c60afde782cd024da5663d98c628c62efb013e0 (patch)
tree1e0aff1739b8aae52c66f3231f080f7718cd9902 /popup.c
parented689cd54ebf36030342d1799dc7785f22c89686 (diff)
parent7a44984069328b3eaab36d590c403d23d109aa47 (diff)
Merge branch 'obsd-master'
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 5686ad17..00eca1c3 100644
--- a/popup.c
+++ b/popup.c
@@ -574,8 +574,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: