aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-22 10:04:12 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-22 10:04:12 +0100
commitd4aad4f7b58e51fb8573c84c9e47718a209b7896 (patch)
tree3d4be73d006f568f22292ba17f963674646d4f05 /fbi.c
parentea9270851a237aaa74c7b2fc5f62e6512367bc3d (diff)
downloadfbida-d4aad4f7b58e51fb8573c84c9e47718a209b7896.tar.gz
blit using pixman, drop dirty line tracking
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index 0fa53a9..0a74041 100644
--- a/fbi.c
+++ b/fbi.c
@@ -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();
}