mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Additional fix for xdg-output
This commit is contained in:
parent
73aab86b6d
commit
3b92d5bb6d
|
@ -61,7 +61,7 @@ bool server_init(struct sway_server *server) {
|
|||
server->new_output.notify = handle_new_output;
|
||||
wl_signal_add(&server->backend->events.new_output, &server->new_output);
|
||||
|
||||
wlr_xdg_output_manager_create(server->wl_display, root->output_layout);
|
||||
wlr_xdg_output_manager_v1_create(server->wl_display, root->output_layout);
|
||||
|
||||
server->idle = wlr_idle_create(server->wl_display);
|
||||
server->idle_inhibit_manager_v1 =
|
||||
|
|
Loading…
Reference in a new issue