diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2017-12-24 07:38:21 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2017-12-24 14:55:38 +0100 |
commit | e85c2827c8929ed39d0931ba054047b0a35e7dcc (patch) | |
tree | a701435397e2722cb114ab0c0598081535cba394 /include/rootston | |
parent | e04d3501133dc0c73bb43af323bca51ab0b352a1 (diff) |
rootston: add arbitrary libinput config 'tap_enabled'
This ought to be enough to serve as an example for other compositors to
use.
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h index d453a82c..bd24e577 100644 --- a/include/rootston/config.h +++ b/include/rootston/config.h @@ -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; }; |