input: Mark virtual devices as such

This is for internal configuration purposes
This commit is contained in:
Andri Yngvason 2020-04-10 21:10:49 +00:00 committed by Simon Ser
parent a1275055ea
commit 46599df0a2
2 changed files with 3 additions and 0 deletions

View file

@ -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 {