mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
rootston: add arbitrary libinput config 'tap_enabled'
This ought to be enough to serve as an example for other compositors to use.
This commit is contained in:
parent
e04d350113
commit
e85c2827c8
4 changed files with 24 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ struct roots_device_config {
|
|||
char *name;
|
||||
char *seat;
|
||||
char *mapped_output;
|
||||
bool tap_enabled;
|
||||
struct wlr_box *mapped_box;
|
||||
struct wl_list link;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue