mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
Merge branch 'input-device-output' into 'master'
Draft: pointer,touch: store the output instead of its name See merge request wlroots/wlroots!4167
This commit is contained in:
commit
2f49d01779
5 changed files with 6 additions and 5 deletions
|
|
@ -50,8 +50,6 @@ void wlr_pointer_finish(struct wlr_pointer *pointer) {
|
|||
}
|
||||
|
||||
wlr_input_device_finish(&pointer->base);
|
||||
|
||||
free(pointer->output_name);
|
||||
}
|
||||
|
||||
void wlr_pointer_notify_button(struct wlr_pointer *pointer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue