From 63b5412f8c410694e8c67452452273ae8a9a6871 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 16 Apr 2019 13:43:59 +0200 Subject: resume display tweak --- gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfx.h') diff --git a/gfx.h b/gfx.h index 212f4ef..bd5131c 100644 --- a/gfx.h +++ b/gfx.h @@ -44,7 +44,7 @@ struct gfxstate { /* calls */ void (*suspend_display)(void); - void (*resume_display)(void); + int (*resume_display)(void); void (*cleanup_display)(void); void (*flush_display)(bool second); }; -- cgit