summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-08-15 10:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2023-08-15 10:01:09 +0100
commit6a45e6c256d15b14bf3af081576a939a18419da7 (patch)
treeddc7cfc05a3c70dc9a5646c044285d44213d2e2a /popup.c
parent11e69f6025f5783fe17d43247de1c3f659a19b69 (diff)
parentb770a429c63a8e286dbd3939215fbffa59e73d9a (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'popup.c')
-rw-r--r--popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/popup.c b/popup.c
index 00eca1c3..47427339 100644
--- a/popup.c
+++ b/popup.c
@@ -575,7 +575,7 @@ menu:
else
x = 0;
pd->md = menu_prepare(pd->menu, 0, 0, NULL, x, m->y, c,
- BOX_LINES_DEFAULT, NULL, NULL, NULL, popup_menu_done, pd);
+ BOX_LINES_DEFAULT, NULL, NULL, NULL, NULL, popup_menu_done, pd);
c->flags |= CLIENT_REDRAWOVERLAY;
out: