Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-01-21 00:01:11 +00:00
7 changed files with 74 additions and 34 deletions

View File

@ -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;