https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4310
* Create an output layout, which is a wlroots utility for working with
* an arrangement of screens in a physical layout.
*/
- server->output_layout = wlr_output_layout_create();
+ server->output_layout = wlr_output_layout_create(server->wl_display);
if (!server->output_layout) {
wlr_log(WLR_ERROR, "unable to create output layout");
exit(EXIT_FAILURE);
wl_display_destroy_clients(server->wl_display);
seat_finish(server);
- wlr_output_layout_destroy(server->output_layout);
-
wl_display_destroy(server->wl_display);
/* TODO: clean up various scene_tree nodes */
[wrap-git]
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
-revision = f1762f428b0ef2989c81f57ea9e810403d34d946
+revision = d61ec694b352c0f21c06958c5ef0417f3e424e3c
[provide]
dependency_names = wlroots