mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
config: introduce touch config structure
This commit is contained in:
parent
6def1319d1
commit
9d64b56367
1 changed files with 14 additions and 0 deletions
14
include/config/touch.h
Normal file
14
include/config/touch.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_TOUCH_CONFIG_H
|
||||
#define LABWC_TOUCH_CONFIG_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct touch_config_entry {
|
||||
char *device_name;
|
||||
char *output_name;
|
||||
|
||||
struct wl_list link; /* struct rcxml.touch_configs */
|
||||
};
|
||||
|
||||
#endif /* LABWC_TOUCH_CONFIG_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue