diff options
Diffstat (limited to 'src/disp.h')
-rw-r--r-- | src/disp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |