diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-22 10:04:12 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-22 10:04:12 +0100 |
commit | d4aad4f7b58e51fb8573c84c9e47718a209b7896 (patch) | |
tree | 3d4be73d006f568f22292ba17f963674646d4f05 /fbi.c | |
parent | ea9270851a237aaa74c7b2fc5f62e6512367bc3d (diff) | |
download | fbida-d4aad4f7b58e51fb8573c84c9e47718a209b7896.tar.gz |
blit using pixman, drop dirty line tracking
Diffstat (limited to 'fbi.c')
-rw-r--r-- | fbi.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1202,7 +1202,6 @@ static void console_switch_suspend(void) static void console_switch_resume(void) { gfx->restore_display(); - shadow_set_dirty(); shadow_render(gfx); kbd_resume(); } |