aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorharbaum <>2006-08-08 20:16:29 +0000
committerharbaum <>2006-08-08 20:16:29 +0000
commiteb70c14a09a6598da53e71c9969d221cbd6d491c (patch)
tree3f649d4fdf7330f97f3f0321670b0a416a129750 /widget.h
parent17bb5631e99903c9e5eeba1bb6c0826dc4c0c8fd (diff)
downloadlcd4linux-eb70c14a09a6598da53e71c9969d221cbd6d491c.tar.gz
[lcd4linux @ 2006-08-08 20:16:28 by harbaum]
Added "extracolor" (used for e.g. bar border) and RGB support for LEDMATRIX
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/widget.h b/widget.h
index 13fd297..fc1a5b0 100644
--- a/widget.h
+++ b/widget.h
@@ -1,4 +1,4 @@
-/* $Id: widget.h,v 1.19 2006/02/21 15:55:59 cmay Exp $
+/* $Id: widget.h,v 1.20 2006/08/08 20:16:29 harbaum Exp $
*
* generic widget handling
*
@@ -23,6 +23,9 @@
*
*
* $Log: widget.h,v $
+ * Revision 1.20 2006/08/08 20:16:29 harbaum
+ * Added "extracolor" (used for e.g. bar border) and RGB support for LEDMATRIX
+ *
* Revision 1.19 2006/02/21 15:55:59 cmay
* removed new update function for keypad, consolidated it with draw
*
@@ -124,8 +127,10 @@ typedef struct WIDGET {
struct WIDGET *parent;
RGBA fg_color;
RGBA bg_color;
+ RGBA extra_color;
int fg_valid;
int bg_valid;
+ int extra_valid;
int layer;
int row;
int col;