aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/desktop/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 63420d0c..08fe5877 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -63,7 +63,7 @@ static void render_surface(struct wlr_surface *surface,
wlr_matrix_project_box(&matrix, &render_box,
surface->current->transform, 0, &wlr_output->transform_matrix);
wlr_render_with_matrix(server.renderer, surface->texture,
- &matrix);
+ &matrix, 1.0f); // TODO: configurable alpha
wlr_surface_send_frame_done(surface, when);
}