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 Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00
keyboard.c backend/libinput: add assertions 2018-09-18 11:05:55 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
pointer.c Implement the pointer-gestures-unstable-v1 protocol 2019-01-28 22:06:36 +01:00
switch.c s/lid_switch/switch_device 2019-03-19 22:45:58 -04:00
tablet_pad.c Move initialization of wlr_tablet_pad into types/wlr_tablet_pad 2019-09-26 19:41:19 +03:00
tablet_tool.c Fix -Wreturn-type warnings 2020-05-19 14:54:02 +02:00
touch.c backend: touch: Fixup incomplete patch for single touch devices. 2019-08-19 17:35:30 +03:00