aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_graphic.h
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-13 12:55:23 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-13 12:55:23 +0000
commit4a6a62e9dbffcba59fd340848492cc6eb13b38c1 (patch)
treea33234f8276dbe11c865fd18f7479688e6dbd5bd /drv_generic_graphic.h
parent0ea11560054c5b0bde4c158a91460d6ffce32c32 (diff)
downloadlcd4linux-4a6a62e9dbffcba59fd340848492cc6eb13b38c1.tar.gz
heavy X11 reorganization to (hopefully) finally fix Tickets #141 and #117
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@959 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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);