From 333110515e6a022e1f0d947a93c51f22456d9799 Mon Sep 17 00:00:00 2001 From: Markus Ongyerth Date: Tue, 27 Feb 2018 10:55:05 +0100 Subject: [PATCH] set fullscreen alpha to 1 --- rootston/output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rootston/output.c b/rootston/output.c index 3e954989..69900bd7 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -470,6 +470,7 @@ static void render_output(struct roots_output *output) { .output = output, .when = &now, .damage = &damage, + .alpha = 1.0, }; if (!needs_swap) {