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:
Kirill Primak 2025-01-11 00:37:12 +00:00
commit 2f49d01779
5 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,7 @@ struct wlr_pointer {
const struct wlr_pointer_impl *impl;
char *output_name;
struct wlr_output *output;
uint32_t buttons[WLR_POINTER_BUTTONS_CAP];
size_t button_count;