From 2ecfc46b93534232f49422d439e1a62d505da83f Mon Sep 17 00:00:00 2001 From: Versus Void Date: Tue, 17 Sep 2019 13:26:30 +0300 Subject: [PATCH] xdg-output: send wl_output.done after xdg_output created xdg-output version 3 requires to send wl_output.done "after all xdg_output properties have been sent when the object is created" --- types/wlr_xdg_output_v1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/wlr_xdg_output_v1.c b/types/wlr_xdg_output_v1.c index 62cc7a7c..8c481d2a 100644 --- a/types/wlr_xdg_output_v1.c +++ b/types/wlr_xdg_output_v1.c @@ -132,6 +132,8 @@ static void output_manager_handle_get_xdg_output(struct wl_client *client, } output_send_details(xdg_output, xdg_output_resource); + + wl_output_send_done(output_resource); } static const struct zxdg_output_manager_v1_interface