diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-27 14:33:25 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-27 14:33:25 +0100 |
commit | cf6e8218bab44447c6916dfd924e41de30beb8cb (patch) | |
tree | 0efa8d0bc234fe119b1b9141c84398ef039f6f83 /fbpdf.c | |
parent | 59ca05ee1a59c5298767cf9563ef7f92ec895936 (diff) | |
download | fbida-cf6e8218bab44447c6916dfd924e41de30beb8cb.tar.gz |
more logind console switching
Diffstat (limited to 'fbpdf.c')
-rw-r--r-- | fbpdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ static void console_switch_suspend(void) static void console_switch_resume(void) { - gfx->restore_display(); + gfx->resume_display(); kbd_resume(); } |