aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-04-16 13:43:59 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-04-16 13:43:59 +0200
commit63b5412f8c410694e8c67452452273ae8a9a6871 (patch)
tree541e7568118c16508465c512df08ab4a9ea4f971 /gfx.h
parent1bc4ff02dc49e8860414317bab577eee88fd3ad0 (diff)
downloadfbida-63b5412f8c410694e8c67452452273ae8a9a6871.tar.gz
resume display tweak
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h2
1 files changed, 1 insertions, 1 deletions
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);
};