as seen in swaywm/wlroots@59fa363
HXYYEIHDIKDVCZ7NUFOPMIGLXHILYKRDQZA3QOLCGEIC4PL67WNAC
BFWKVWAIUKHCZVRA62GW6QZUEUKQLW365HUWIVKTEIPJNJSOZBAQC
DADSQJFKYX6U5JOHSHJWWDSUFC7ZWSZVHFMEKPZEXKPELMEQBL2QC
7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC
VCNLR5X75OAXVKPZQHF5RUZ7BONBUC6RPGO2NZEUD3FZ7TEVL66AC
65GPTMYLVOQPVAKNBCN5RHHZEL7USZYSJ4VJQO7LYBCS7BZM7BYAC
wl_list_insert(&m->layers[wlr_layer_surface->client_pending.layer],
wl_list_insert(&m->layers[wlr_layer_surface->pending.layer],
// Temporarily set the layer's current state to client_pending
// Temporarily set the layer's current state to pending
wlr_layer_surface->current = wlr_layer_surface->client_pending;
wlr_layer_surface->current = wlr_layer_surface->pending;