diff options
author | Andri Yngvason <andri@yngvason.is> | 2020-04-10 21:10:49 +0000 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-04-14 12:07:24 +0200 |
commit | 46599df0a2260ddc77aa18a3173a1cd6c7d10c0b (patch) | |
tree | c152a74bfe2b7670c52488436fb47765f7e7765e /include/sway/input | |
parent | a1275055ea3cb3331ef6b420f94307c117ba2931 (diff) |
input: Mark virtual devices as such
This is for internal configuration purposes
Diffstat (limited to 'include/sway/input')
-rw-r--r-- | include/sway/input/input-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/input-manager.h b/include/sway/input/input-manager.h index 410d17a8..5107647d 100644 --- a/include/sway/input/input-manager.h +++ b/include/sway/input/input-manager.h @@ -14,6 +14,7 @@ struct sway_input_device { struct wlr_input_device *wlr_device; struct wl_list link; struct wl_listener device_destroy; + bool is_virtual; }; struct sway_input_manager { |