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:
Dominique Martinet 2017-12-24 07:38:21 +01:00
parent e04d350113
commit e85c2827c8
4 changed files with 24 additions and 0 deletions

View file

@ -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;
};