diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-23 16:28:10 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-23 16:28:10 +0100 |
commit | 5e7572dd3b05e5c5e76ab185dd77367f8ae738e5 (patch) | |
tree | f6277283a55ee6c5073fe26c800c9e410a56fcf8 /fbi.c | |
parent | a80c7e0c5a22c303bc24c97f01f61466eb94b03e (diff) | |
download | fbida-5e7572dd3b05e5c5e76ab185dd77367f8ae738e5.tar.gz |
gfx: move over cleanup function
Diffstat (limited to 'fbi.c')
-rw-r--r-- | fbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1403,7 +1403,7 @@ static void cleanup_and_exit(int code) shadow_fini(); fb_clear_screen(gfx); tty_restore(); - fb_cleanup(); + gfx->cleanup_display(); flist_print_tagged(stdout); exit(code); } |