mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Fix flickering when switching VT
This commit is contained in:
parent
7111dd79ef
commit
7adf13e284
3 changed files with 10 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue