mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-25 00:00:15 +01:00
Remove signalfd() use from the mouse-dpi-tool and touchpad-edge-detector tools, in favor of using plain old signals. FreeBSD does not have signalfd() without pulling in external libraries, and with this change these tools can be compiled on FreeBSD. Instead of providing two implementations, one using signalfd() and one using signal(), just use the signal() implementation everywhere as it is more portable. Signed-off-by: Niclas Zeising <zeising@daemonic.se> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| libevdev-events.c | ||
| libevdev-tweak-device.1 | ||
| libevdev-tweak-device.c | ||
| Makefile.am | ||
| mouse-dpi-tool.c | ||
| publish-doc | ||
| sync-with-kernel-headers.sh | ||
| touchpad-edge-detector.c | ||