aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_graphic.h
diff options
context:
space:
mode:
Diffstat (limited to 'drv_generic_graphic.h')
-rw-r--r--drv_generic_graphic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_generic_graphic.h b/drv_generic_graphic.h
index 0a51a43..3b267b5 100644
--- a/drv_generic_graphic.h
+++ b/drv_generic_graphic.h
@@ -33,9 +33,9 @@
#include "rgb.h"
extern RGBA FG_COL; /* foreground color */
-extern RGBA HG_COL; /* halfground color */
extern RGBA BG_COL; /* background color */
extern RGBA BL_COL; /* backlight color */
+extern RGBA NO_COL; /* no color (completely transparent) */
/* 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);