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 event is emitted [1]. Add a version check to output_manager_handle_get_xdg_output so that no event is emitted and prevents clients bound to version 1 of wl_output from crashing. [1]: wayland/wayland-protocols#81
Please register or sign in to comment