mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
config: add finding touch configurations
This commit is contained in:
parent
2c3ab16f39
commit
3f77514459
3 changed files with 36 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue