wlroots-hyprland/types/xdg_shell
Simon Ser 781ed1ff02 Fix -Wreturn-type warnings
When calling assert(0) instead of returning a value, -Wreturn-type
warnings are triggered because assertions can be disabled. Replace these
assertions with abort().
2020-05-19 14:54:02 +02:00
..
wlr_xdg_popup.c xdg-shell: fix popups rendered outside of the screen 2020-02-26 13:43:53 +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: make wlr_xdg_surface_from_resource reject NULL 2019-12-30 14:24:35 -07:00
wlr_xdg_toplevel.c wlr_xdg_toplevel: reparent on parent unmap 2019-08-15 11:19:06 +03:00