mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
config.set10 is much more convenient and nicer to read but can provide false positive if the value is 0 and #ifdef is used instead of #if. So let's switch everything to use #ifdef instead, that way we cannot get false positives if the value is unset. Closes #1162 Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1277> |
||
|---|---|---|
| .. | ||
| 80-libinput-device-groups.rules.in | ||
| 90-libinput-fuzz-override.rules.in | ||
| libinput-device-group.c | ||
| libinput-fuzz-extract.c | ||
| libinput-fuzz-to-zero.c | ||