]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Chase wlroots: xdg_popup.geometry
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 30 May 2022 14:34:50 +0000 (16:34 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 30 May 2022 16:54:26 +0000 (17:54 +0100)
To update the wlroots subproject use
meson subprojects update wlroots

https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3514

src/xdg-popup.c
subprojects/wlroots.wrap

index aea05f4d83cd6179f611979a18c2a8c1575c0cd7..e5050fa1d3e4e53953b4eff546e4fd6165274a85 100644 (file)
@@ -27,7 +27,7 @@ static void
 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);
index c89870424f1109a9c0376bbca84a269e1d0baa4b..d009f9c53ea6ab7c9ea0701502de0ac8ffa94a54 100644 (file)
@@ -1,6 +1,6 @@
 [wrap-git]
 url = https://gitlab.freedesktop.org/wlroots/wlroots.git
-revision = 1cb6b2cf673a5b580d7ad79ce2b37c14b14b0268
+revision = bb2946f7377b9e71c15457e93f6f9a34712b77de
 
 [provide]
 dependency_names = wlroots