]> git.mdlowis.com Git - proto/labwc.git/commit
xdg: chase swaywm/wlroots@9e58301df7f0
authorJan Beich <jbeich@FreeBSD.org>
Thu, 3 Jun 2021 18:06:49 +0000 (18:06 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 3 Jun 2021 18:27:33 +0000 (19:27 +0100)
commit874cc9e63706dd54d9f9fcb071f2d2e0c19d3d7e
tree6336f863bec3a85a113322049abe7a7ca5af9dd2
parent0811c0c37db774deda0e90a4ed1cc0eb9f97e999
xdg: chase swaywm/wlroots@9e58301df7f0

src/xdg.c:269:48: error: no member named 'subsurfaces' in 'struct wlr_surface'
                wl_list_for_each(subsurface, &view->surface->subsurfaces,
                                              ~~~~~~~~~~~~~  ^
/usr/include/wayland-util.h:443:30: note: expanded from macro 'wl_list_for_each'
        for (pos = wl_container_of((head)->next, pos, member);  \
                                    ^~~~
/usr/include/wayland-util.h:409:32: note: expanded from macro 'wl_container_of'
        (__typeof__(sample))((char *)(ptr) -                            \
                                      ^~~

Based on https://github.com/swaywm/sway/commit/3162766eef14
src/xdg.c