aboutsummaryrefslogtreecommitdiff
path: root/src/disp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/disp.h')
-rw-r--r--src/disp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/disp.h b/src/disp.h
index e011884..d0b2d19 100644
--- a/src/disp.h
+++ b/src/disp.h
@@ -30,6 +30,8 @@ struct disp {
int (*read_input)(void);
void (*display_res)(bool, int);
void (*destroy)(void);
+ void *(*pre_reload)(void);
+ void (*post_reload)(void *);
};
/* Get a display handler for the given display type. */