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 --- fbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fbi.c') 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(); } -- cgit