mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-15 14:33:34 -04:00
fix: excrescent gap in fullscreen
This commit is contained in:
parent
9459fe51fd
commit
3ab2780b84
1 changed files with 1 additions and 0 deletions
|
|
@ -495,6 +495,7 @@ void apply_border(Client *c) {
|
||||||
|
|
||||||
if (c->isfullscreen) {
|
if (c->isfullscreen) {
|
||||||
if (c->border->node.enabled) {
|
if (c->border->node.enabled) {
|
||||||
|
wlr_scene_node_set_position(&c->scene_surface->node, 0, 0);
|
||||||
wlr_scene_node_set_enabled(&c->border->node, false);
|
wlr_scene_node_set_enabled(&c->border->node, false);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue