Revert "Clear pixmap to black before starting to draw"

This commit is contained in:
Orestis Floros
2021-01-03 01:11:21 +01:00
committed by GitHub
parent bfa22cafea
commit 5bf58a4c87
2 changed files with 0 additions and 2 deletions

View File

@ -706,7 +706,6 @@ void x_draw_decoration(Con *con) {
x_draw_decoration_after_title(con, p);
copy_pixmaps:
draw_util_clear_surface(&(con->frame_buffer), (color_t){.red = 0.0, .green = 0.0, .blue = 0.0});
draw_util_copy_surface(&(con->frame_buffer), &(con->frame), 0, 0, 0, 0, con->rect.width, con->rect.height);
}