diff options
Diffstat (limited to '')
-rw-r--r-- | drv_generic_graphic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drv_generic_graphic.h b/drv_generic_graphic.h index 8f0cbf5..ca3797d 100644 --- a/drv_generic_graphic.h +++ b/drv_generic_graphic.h @@ -35,6 +35,7 @@ extern RGBA FG_COL; /* foreground color */ extern RGBA HG_COL; /* halfground color */ extern RGBA BG_COL; /* background color */ +extern RGBA BL_COL; /* backlight color */ /* these functions must be implemented by the real driver */ extern void (*drv_generic_graphic_real_blit) (const int row, const int col, const int height, const int width); |