From e85c2827c8929ed39d0931ba054047b0a35e7dcc Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Sun, 24 Dec 2017 07:38:21 +0100 Subject: rootston: add arbitrary libinput config 'tap_enabled' This ought to be enough to serve as an example for other compositors to use. --- include/rootston/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; }; -- cgit v1.2.3