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