aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-03-23 16:28:10 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-03-23 16:28:10 +0100
commit5e7572dd3b05e5c5e76ab185dd77367f8ae738e5 (patch)
treef6277283a55ee6c5073fe26c800c9e410a56fcf8 /fbi.c
parenta80c7e0c5a22c303bc24c97f01f61466eb94b03e (diff)
downloadfbida-5e7572dd3b05e5c5e76ab185dd77367f8ae738e5.tar.gz
gfx: move over cleanup function
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index ae5d7e7..3436113 100644
--- a/fbi.c
+++ b/fbi.c
@@ -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);
}