diff options
Diffstat (limited to 'src/login/logind-device.h')
-rw-r--r-- | src/login/logind-device.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/login/logind-device.h b/src/login/logind-device.h index 3b153568cb..315f0e66b0 100644 --- a/src/login/logind-device.h +++ b/src/login/logind-device.h @@ -33,13 +33,14 @@ struct Device { char *sysfs; Seat *seat; + bool master; dual_timestamp timestamp; LIST_FIELDS(struct Device, devices); }; -Device* device_new(Manager *m, const char *sysfs); +Device* device_new(Manager *m, const char *sysfs, bool master); void device_free(Device *d); void device_attach(Device *d, Seat *s); void device_detach(Device *d); |