aboutsummaryrefslogtreecommitdiff
path: root/rootston
diff options
context:
space:
mode:
authorMarkus Ongyerth <ongy@ongy.net>2018-02-27 10:55:05 +0100
committerMarkus Ongyerth <ongy@ongy.net>2018-02-27 10:55:05 +0100
commit333110515e6a022e1f0d947a93c51f22456d9799 (patch)
treede38911ec24208650d485a764bcebde45eb940c6 /rootston
parentc2ba1869ce0ffd0e21238c8a4454ac29215ff7d0 (diff)
set fullscreen alpha to 1
Diffstat (limited to 'rootston')
-rw-r--r--rootston/output.c1
1 files changed, 1 insertions, 0 deletions
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) {