summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-01-21 00:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2023-01-21 00:01:11 +0000
commitc42087c789ac514efb8cfcc41b0f51dfe16702ee (patch)
tree5d5dd118fffaec362f3e9d2922d514049f97e5d1 /popup.c
parentc4a6f403bb9d7c24c291f01dee9572bb4b784096 (diff)
parent3aa458ea6398b0de37c3e146304bd2a4e17ea3c0 (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 2e57153d..f5c6a37c 100644
--- a/popup.c
+++ b/popup.c
@@ -573,7 +573,7 @@ menu:
x = m->x - (pd->menu->width + 4) / 2;
else
x = 0;
- pd->md = menu_prepare(pd->menu, 0, NULL, x, m->y, c, NULL,
+ pd->md = menu_prepare(pd->menu, 0, 0, NULL, x, m->y, c, NULL,
popup_menu_done, pd);
c->flags |= CLIENT_REDRAWOVERLAY;