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 /gfx.h | |
parent | a80c7e0c5a22c303bc24c97f01f61466eb94b03e (diff) | |
download | fbida-5e7572dd3b05e5c5e76ab185dd77367f8ae738e5.tar.gz |
gfx: move over cleanup function
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ struct gfxstate { /* calls */ void (*restore_display)(void); + void (*cleanup_display)(void); /* FIXME: legacy */ int fb_fd; |