config: add finding touch configurations

This commit is contained in:
Jens Peters 2024-01-19 10:07:52 +01:00 committed by Johan Malm
parent 2c3ab16f39
commit 3f77514459
3 changed files with 36 additions and 0 deletions

View file

@ -11,4 +11,6 @@ struct touch_config_entry {
struct wl_list link; /* struct rcxml.touch_configs */
};
struct touch_config_entry *touch_find_config_for_device(char *device_name);
#endif /* LABWC_TOUCH_CONFIG_H */