mirror of
https://github.com/labwc/labwc.git
synced 2025-11-08 13:30:00 -05:00
config: s/enum device_type/enum lab_libinput_device_type/
This commit is contained in:
parent
673c745cff
commit
af5d80a583
3 changed files with 6 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue