mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
input: Mark virtual devices as such
This is for internal configuration purposes
This commit is contained in:
parent
a1275055ea
commit
46599df0a2
2 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue