mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
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:
parent
06644575da
commit
2ecfc46b93
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ static void output_manager_handle_get_xdg_output(struct wl_client *client,
|
||||||
}
|
}
|
||||||
|
|
||||||
output_send_details(xdg_output, xdg_output_resource);
|
output_send_details(xdg_output, xdg_output_resource);
|
||||||
|
|
||||||
|
wl_output_send_done(output_resource);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct zxdg_output_manager_v1_interface
|
static const struct zxdg_output_manager_v1_interface
|
||||||
|
|
Loading…
Reference in a new issue