opt: set surface_scene to 0 when client is fullscreen

It is noted that the foot terminal cannot enter the scan-out, but other
clients do not have this problem
This commit is contained in:
DreamMaoMao 2026-06-24 18:15:26 +08:00
parent d4907d63af
commit fde0eee0a5

View file

@ -660,6 +660,7 @@ void apply_border(Client *c) {
if (c->isfullscreen) {
if (c->border->node.enabled) {
wlr_scene_node_set_position(&c->scene_surface->node, 0, 0);
wlr_scene_node_set_enabled(&c->splitindicator[0]->node, false);
wlr_scene_node_set_enabled(&c->splitindicator[1]->node, false);
wlr_scene_node_set_enabled(&c->border->node, false);