]> git.mdlowis.com Git - proto/labwc.git/commit
xdg: chase swaywm/wlroots@f574ca934c80
authorJan Beich <jbeich@FreeBSD.org>
Sat, 13 Mar 2021 21:07:11 +0000 (21:07 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 13 Mar 2021 23:23:33 +0000 (23:23 +0000)
commitad07acc13cee3638fefb90baade77a519c9fbcc6
treec605d5be92224ead696333fe8b0c95fde579b551
parent2ee21e9a82d87abf6629312deb5bc0f5f0aa75fe
xdg: chase swaywm/wlroots@f574ca934c80

src/xdg.c:180:2: warning: implicit declaration of function 'wlr_xdg_surface_for_each_popup' is invalid in C99 [-Wimplicit-function-declaration]
        wlr_xdg_surface_for_each_popup(view->xdg_surface, iterator, data);
        ^
ld: error: undefined symbol: wlr_xdg_surface_for_each_popup
>>> referenced by xdg.c:180 (src/xdg.c:180)
>>>               labwc.p/src_xdg.c.o:(xdg_toplevel_view_for_each_popup)

Based on https://github.com/swaywm/sway/commit/5438cc158a1b
include/labwc.h
src/output.c
src/view.c
src/xdg.c