diff options
Diffstat (limited to 'fbi.c')
-rw-r--r-- | fbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); } |