mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-26 13:15:00 -04:00
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:
parent
d4907d63af
commit
fde0eee0a5
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue