wlroots-hyprland/backend/wayland
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
..
backend.c backend: set EGL_RENDERABLE_TYPE and EGL_SURFACE_TYPE 2020-04-09 00:15:25 +00:00
meson.build build: use dicts instead of get_variable 2020-04-21 15:26:45 +02:00
output.c backend/wayland: check scan-out buffer is compatible in output_test 2020-04-10 15:52:20 +02:00
seat.c backend/wayland: close keymap FD 2020-03-17 13:37:53 +01:00
tablet_v2.c Fix -Wreturn-type warnings 2020-05-19 14:54:02 +02:00