diff options
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); }; |