wayland: fix warnings with more recent protocol version
Fixes a missing initializer warning for axis_value120. We currently enforce version = 5 for the wl_seat version, and it's available starting with wl_pointer version 8, which means that we don't need to set a function handler for now.
Fixes a missing initializer warning for wm_capabilities. It's available starting with xdg-toplevel version 5, and we use xdg-wm-base version 1 or the version adding configure_bounds which is version 4, so we don't need to set a handler for now.
Merge request reports
Activity
changed milestone to %4.0
added Component::Video: Wayland label
added MRStatus::Reviewable label
added MRStatus::Acceptable label and removed MRStatus::Reviewable label
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, and score >= 0 -
MergeRequest should have no activity (threads/votes) for (24h/24h)
-
added 43 commits
-
08bc199d...d143d265 - 41 commits from branch
videolan:master
- 19bd8d27 - wayland: input: init axis_value120 to NULL
- c6975859 - wayland: xdg-shell: init wm_capabilities to NULL
-
08bc199d...d143d265 - 41 commits from branch
enabled an automatic merge when the pipeline for c6975859 succeeds