wlroots/backend/libinput
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/drm, backend/libinput: listen to session destroy 2019-12-01 10:26:12 -05:00
events.c
keyboard.c
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
pointer.c
switch.c
tablet_pad.c
tablet_tool.c Fix -Wreturn-type warnings 2020-05-19 14:54:02 +02:00
touch.c