wlroots-hyprland/types/xdg_shell
Isaac Freund f574ca934c xdg shell: remove wlr_xdg_surface_for_each_popup()
This function is inferior to wlr_xdg_surface_for_each_popup_surface()
for rendering as it does not iterate over subsurfaces. Furthermore,
no compositor is known to use this to iterate popups for any purpose
other than rendering. Therefore remove the function, which may of course
be reintroduced at a later date if a use-case is found.
2021-01-12 11:25:55 +01:00
..
wlr_xdg_popup.c xdg shell: make unconstrain_from_box arg const 2021-01-07 21:28:55 +01:00
wlr_xdg_positioner.c Fix -Wreturn-type warnings 2020-05-19 14:54:02 +02:00
wlr_xdg_shell.c Simplify globals implementation by removing destructors 2019-11-25 09:01:46 -05:00
wlr_xdg_surface.c xdg shell: remove wlr_xdg_surface_for_each_popup() 2021-01-12 11:25:55 +01:00
wlr_xdg_toplevel.c xdg-shell: add wlr_xdg_toplevel_set_parent 2021-01-05 20:32:56 +01:00