diff options
Diffstat (limited to 'drivers/include/gfx.h')
| -rw-r--r-- | drivers/include/gfx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/include/gfx.h b/drivers/include/gfx.h index 50b84dc..81be70d 100644 --- a/drivers/include/gfx.h +++ b/drivers/include/gfx.h @@ -46,7 +46,8 @@ void gfx_putchar(int ch); void gfx_puts(const char* str); -void gfx_clear(void); +/* this function can be different from resolution to resolution */ +extern void (*gfx_clear)(void); void gfx_reset(void); |