config: s/enum device_type/enum lab_libinput_device_type/

This commit is contained in:
Johan Malm 2024-01-01 19:15:16 +00:00 committed by Johan Malm
parent 673c745cff
commit af5d80a583
3 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@ libinput_category_init(struct libinput_category *l)
l->dwt = -1;
}
enum device_type
enum lab_libinput_device_type
get_device_type(const char *s)
{
if (!s || !*s) {