From 5e7572dd3b05e5c5e76ab185dd77367f8ae738e5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 23 Mar 2016 16:28:10 +0100 Subject: gfx: move over cleanup function --- gfx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfx.h') 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; -- cgit