aboutsummaryrefslogtreecommitdiff
path: root/rootston/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'rootston/output.c')
-rw-r--r--rootston/output.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rootston/output.c b/rootston/output.c
index 3e954989..4d0a9c05 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) {
@@ -522,6 +523,7 @@ static void render_output(struct roots_output *output) {
}
// Render drag icons
+ data.alpha = 1.0;
drag_icons_for_each_surface(server->input, render_surface, &data);
renderer_end: