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, 0 insertions, 2 deletions
diff --git a/rootston/output.c b/rootston/output.c
index d4cd1efd..a31462be 100644
--- a/rootston/output.c
+++ b/rootston/output.c
@@ -419,8 +419,6 @@ static void render_output(struct roots_output *output) {
goto renderer_end;
}
- wlr_renderer_clear(output->desktop->server->renderer, 1, 1, 1, 1);
-
int nrects;
pixman_box32_t *rects = pixman_region32_rectangles(&damage, &nrects);
for (int i = 0; i < nrects; ++i) {