From cf6e8218bab44447c6916dfd924e41de30beb8cb Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 27 Mar 2019 14:33:25 +0100 Subject: more logind console switching --- fbpdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fbpdf.c') 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(); } -- cgit