aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
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 /gfx.h
parenta80c7e0c5a22c303bc24c97f01f61466eb94b03e (diff)
downloadfbida-5e7572dd3b05e5c5e76ab185dd77367f8ae738e5.tar.gz
gfx: move over cleanup function
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx.h b/gfx.h
index 817664c..a64b1e8 100644
--- a/gfx.h
+++ b/gfx.h
@@ -15,6 +15,7 @@ struct gfxstate {
/* calls */
void (*restore_display)(void);
+ void (*cleanup_display)(void);
/* FIXME: legacy */
int fb_fd;