From a9ea738067dc81913dd6229b565ee6620f7e2482 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Mar 2016 15:39:02 +0100 Subject: drm: add flush --- gfx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfx.h') diff --git a/gfx.h b/gfx.h index 28b99b8..b328d49 100644 --- a/gfx.h +++ b/gfx.h @@ -16,4 +16,5 @@ struct gfxstate { /* calls */ void (*restore_display)(void); void (*cleanup_display)(void); + void (*flush_display)(void); }; -- cgit