diff options
author | Mark Bolhuis <mark@bolhuis.dev> | 2022-08-13 22:59:11 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-08-19 14:22:23 +0000 |
commit | 9ab819684d41b5052260e11a337ce0cdee6ce3bd (patch) | |
tree | c1f6e1144107b49f976577d3c9e3b7b45ca16c1f /util | |
parent | 346e52420171cedaf1fb7dffe7e37f99b478c5b1 (diff) |
types/wlr_xdg_output_v1: Fix wl_output.done bug.
If the client binds to version 3 of zxdg_output_v1 and version 1 of
wl_output no wl_output.done or zxdg_output_v1.done event is
emitted [1].
Also no wl_output.done event is emitted when version 2 or lower of
zxdg_output_v1 is bound to.
Add a version check to output_manager_handle_get_xdg_output so that no
wl_output.done event is emitted when using version 1 of wl_output and
version 2 or lower of zxdg_output_v1.
[1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/81
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions