From 7adf13e2840bf57a2b96b73462fc7c6ca8e363da Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 27 Jan 2018 11:16:42 +0100 Subject: Fix flickering when switching VT --- rootston/output.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'rootston') 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) { -- cgit v1.2.3