output: correctly clear screen when fullscreened

This commit is contained in:
emersion 2018-05-20 13:44:18 +01:00
parent 8585533a78
commit e849a68e6e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 5 additions and 4 deletions

View file

@ -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;