diff --git a/types/scene/wlr_scene.c b/types/scene/wlr_scene.c index 51373e15a..7e173ad62 100644 --- a/types/scene/wlr_scene.c +++ b/types/scene/wlr_scene.c @@ -2545,7 +2545,7 @@ bool wlr_scene_output_build_state(struct wlr_scene_output *scene_output, wlr_render_pass_add_rect(render_pass, &(struct wlr_render_rect_options){ .box = { .width = buffer->width, .height = buffer->height }, - .color = { .r = 0, .g = 0, .b = 0, .a = 1 }, + .color = { .r = 0, .g = 0, .b = 0, .a = 0 }, .clip = &background, }); pixman_region32_fini(&background);