From 4a6a62e9dbffcba59fd340848492cc6eb13b38c1 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 13 Jan 2009 12:55:23 +0000 Subject: 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 --- drv_generic_graphic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drv_generic_graphic.h') 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); -- cgit v1.2.3