mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-30 11:08:33 -05:00
input-device: add output_name field, populate it from libinput
This commit is contained in:
parent
a0f4903063
commit
2551ef8871
3 changed files with 9 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ void wlr_input_device_destroy(struct wlr_input_device *dev) {
|
|||
}
|
||||
}
|
||||
free(dev->name);
|
||||
free(dev->output_name);
|
||||
if (dev->impl && dev->impl->destroy) {
|
||||
dev->impl->destroy(dev);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue