Merge pull request #17884 from Sunderland93/fix_libdecor

This commit is contained in:
LibretroAdmin 2025-05-09 17:10:50 +02:00 committed by GitHub
commit c90804c2ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -860,8 +860,10 @@ bool gfx_ctx_wl_init_common(
}
if (wl->xdg_toplevel_icon_manager)
{
struct xdg_toplevel *xdg_toplevel = wl->libdecor_frame_get_xdg_toplevel(wl->libdecor_frame);
wl_create_toplevel_icon(wl, xdg_toplevel);
}
wl->libdecor_frame_set_app_id(wl->libdecor_frame, WAYLAND_APP_ID);
wl->libdecor_frame_set_title(wl->libdecor_frame, WINDOW_TITLE);