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"
This commit is contained in:
Versus Void 2019-09-17 13:26:30 +03:00 committed by Simon Ser
parent 06644575da
commit 2ecfc46b93
1 changed files with 2 additions and 0 deletions

View File

@ -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