This commit is contained in:
Simon Lipp 2026-01-11 00:09:59 +03:00 committed by GitHub
commit 6cb985946b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 1 deletions

View file

@ -258,6 +258,10 @@ handle_new_output(struct wl_listener *listener, void *data)
return;
}
if (server->app_id != NULL && wlr_output_is_wl(wlr_output)) {
wlr_wl_output_set_app_id(wlr_output, server->app_id);
}
output->wlr_output = wlr_output;
wlr_output->data = output;
output->server = server;