this tree should be always above the top layer
Fixes: https://github.com/djpohly/dwl/issues/328
3HPB5ODTWGOTRGDML5LCC4AZVICLRBRBTTPUAWMNU5NBMQ76P5QAC 2FH7Z3JINBAKWQ5QQM5YR4B43PVGOSPKWDFTIRRI7YYQONERYUVAC 24ZMBWYLMODPBAVLT4XNOSETHQXVLXNASYXUIGG2435IT7WIZC5AC VCNLR5X75OAXVKPZQHF5RUZ7BONBUC6RPGO2NZEUD3FZ7TEVL66AC 7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC DADSQJFKYX6U5JOHSHJWWDSUFC7ZWSZVHFMEKPZEXKPELMEQBL2QC YEHKNAGHE3ETYE5A25SSFTEM565LOM3BX3TN3QDQLLTVQMAJJ5XQC 6US7XFRJWUNIUZHKTODZDU3DX6WO5K3J2G3ECIQYSVBDII3DXGWAC NEWCEW2B2N47C7YC5NJ4YAOFPPO62ESYX7YORUCH7275BX6XW2IAC REPAXEATPLO5OHQX275Y5ZTMIQATFPRK3X7ZS76RH3WNCEPCVYUAC PL4DXCW5LO6UQACFWH624ZQGBH3SZU7SSU75EQ67KXU5BY4VKYEQC layersurface->scene = wlr_layer_surface->surface->data =wlr_scene_subsurface_tree_create(layers[wlr_layer_surface->pending.layer],wlr_layer_surface->surface);
layersurface->scene = wlr_scene_subsurface_tree_create(layers[wlr_layer_surface->pending.layer], wlr_layer_surface->surface);
/* Raise to top layer if the inmediate parent of the popup is on* bottom/background layer, which will cause popups appear below the* x{dg,wayland} clients */if (wlr_surface_is_layer_surface(xdg_surface->popup->parent) && l&& l->layer_surface->current.layer < ZWLR_LAYER_SHELL_V1_LAYER_TOP)wlr_scene_node_reparent(xdg_surface->surface->data, layers[LyrTop]);