aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-12-24 08:17:41 -0800
committerGitHub <noreply@github.com>2017-12-24 08:17:41 -0800
commita081b3bf7b99c0e044da26cd00fc74e367c66e63 (patch)
treea701435397e2722cb114ab0c0598081535cba394 /include
parente04d3501133dc0c73bb43af323bca51ab0b352a1 (diff)
parente85c2827c8929ed39d0931ba054047b0a35e7dcc (diff)
Merge pull request #518 from martinetd/libinput_config
rootston: add arbitrary libinput config 'tap_enabled'
Diffstat (limited to 'include')
-rw-r--r--include/rootston/config.h1
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;
};