aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-03-27 14:33:25 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-27 14:33:25 +0100
commitcf6e8218bab44447c6916dfd924e41de30beb8cb (patch)
tree0efa8d0bc234fe119b1b9141c84398ef039f6f83 /gfx.h
parent59ca05ee1a59c5298767cf9563ef7f92ec895936 (diff)
downloadfbida-cf6e8218bab44447c6916dfd924e41de30beb8cb.tar.gz
more logind console switching
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gfx.h b/gfx.h
index f060d38..212f4ef 100644
--- a/gfx.h
+++ b/gfx.h
@@ -43,7 +43,8 @@ struct gfxstate {
dev_t devnum;
/* calls */
- void (*restore_display)(void);
+ void (*suspend_display)(void);
+ void (*resume_display)(void);
void (*cleanup_display)(void);
void (*flush_display)(bool second);
};