diff --git a/include/config/touch.h b/include/config/touch.h new file mode 100644 index 00000000..6b453fff --- /dev/null +++ b/include/config/touch.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +#ifndef LABWC_TOUCH_CONFIG_H +#define LABWC_TOUCH_CONFIG_H + +#include + +struct touch_config_entry { + char *device_name; + char *output_name; + + struct wl_list link; /* struct rcxml.touch_configs */ +}; + +#endif /* LABWC_TOUCH_CONFIG_H */