From e849a68e6e9252c5998ee053df288379f8a2ce68 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 20 May 2018 13:44:18 +0100 Subject: output: correctly clear screen when fullscreened --- rootston/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston') diff --git a/rootston/output.c b/rootston/output.c index e07cd935..faa808d1 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -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; -- cgit v1.2.3