aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index 6d5d49f..397593d 100644
--- a/fbi.c
+++ b/fbi.c
@@ -1212,7 +1212,7 @@ static void console_switch_suspend(void)
static void console_switch_resume(void)
{
- gfx->restore_display();
+ gfx->resume_display();
shadow_render(gfx);
kbd_resume();
}