Fix intend

This commit is contained in:
Aleksey Samoilov 2025-05-08 18:10:28 +04:00
parent 6c7b648570
commit c4ee58a81a
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ bool gfx_ctx_wl_init_common(
wl->deco_manager, wl->xdg_toplevel);
if (wl->xdg_toplevel_icon_manager)
wl_create_toplevel_icon(wl);
wl_create_toplevel_icon(wl);
/* Waiting for xdg_toplevel to be configured before starting to draw */
wl_surface_commit(wl->surface);