To update the wlroots subproject use
meson subprojects update wlroots
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3514
popup_unconstrain(struct view *view, struct wlr_xdg_popup *popup)
{
struct server *server = view->server;
- struct wlr_box *popup_box = &popup->geometry;
+ struct wlr_box *popup_box = &popup->current.geometry;
struct wlr_output_layout *output_layout = server->output_layout;
struct wlr_output *wlr_output = wlr_output_layout_output_at(
output_layout, view->x + popup_box->x, view->y + popup_box->y);
[wrap-git]
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
-revision = 1cb6b2cf673a5b580d7ad79ce2b37c14b14b0268
+revision = bb2946f7377b9e71c15457e93f6f9a34712b77de
[provide]
dependency_names = wlroots