aboutsummaryrefslogtreecommitdiff
path: root/rootston/output.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-01-27 11:16:42 +0100
committeremersion <contact@emersion.fr>2018-01-27 11:16:42 +0100
commit7adf13e2840bf57a2b96b73462fc7c6ca8e363da (patch)
tree012699feddf69f5c99b4895e7e1c10300901a918 /rootston/output.c
parent7111dd79efb6cccf39866051a92090cfc9ea5c67 (diff)
Fix flickering when switching VT
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) {