mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-13 14:33:08 -04:00
fix: excrescent gap in fullscreen
This commit is contained in:
parent
bd8b2c210b
commit
cfb163fdf4
1 changed files with 2 additions and 0 deletions
|
|
@ -384,8 +384,10 @@ void apply_border(Client *c) {
|
|||
for (int32_t i = 0; i < 4; i++) {
|
||||
if (c->border[i]->node.enabled) {
|
||||
wlr_scene_node_set_enabled(&c->border[i]->node, false);
|
||||
wlr_scene_node_set_position(&c->scene_surface->node, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
} else {
|
||||
for (int32_t i = 0; i < 4; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue