mirror of
https://github.com/wizbright/waybox.git
synced 2025-11-01 22:58:42 -04:00
Fixed output manager
This commit is contained in:
parent
357cd843dd
commit
2af28015c8
4 changed files with 4 additions and 5 deletions
|
|
@ -200,7 +200,4 @@ void new_output_notify(struct wl_listener *listener, void *data) {
|
|||
|
||||
wlr_output_layout_add_auto(server->output_layout, wlr_output);
|
||||
wlr_output_create_global(wlr_output);
|
||||
|
||||
output->manager = wlr_xdg_output_manager_v1_create(server->wl_display,
|
||||
server->output_layout);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue