mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
output: correctly clear screen when fullscreened
This commit is contained in:
parent
8585533a78
commit
e849a68e6e
2 changed files with 5 additions and 4 deletions
|
|
@ -458,7 +458,7 @@ static void render_output(struct roots_output *output) {
|
|||
}
|
||||
|
||||
if (server->config->debug_damage_tracking) {
|
||||
wlr_renderer_clear(renderer, (float[]){1, 1, 0, 0});
|
||||
wlr_renderer_clear(renderer, (float[]){1, 1, 0, 1});
|
||||
}
|
||||
|
||||
int nrects;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue