aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorharbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-09 17:25:34 +0000
committerharbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-09 17:25:34 +0000
commitccf39796a1c59b0dec4b030a5791b71246e77e64 (patch)
treeee6be5361bbd51f23b16a0b932b3573366228b66 /widget.h
parenta36ad95b8536da26e94846f9b7996b3ec09c8d13 (diff)
downloadlcd4linux-ccf39796a1c59b0dec4b030a5791b71246e77e64.tar.gz
[lcd4linux @ 2006-08-09 17:25:34 by harbaum]
Better bar color support and new bold font git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@685 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/widget.h b/widget.h
index fc1a5b0..42fa365 100644
--- a/widget.h
+++ b/widget.h
@@ -1,4 +1,4 @@
-/* $Id: widget.h,v 1.20 2006/08/08 20:16:29 harbaum Exp $
+/* $Id: widget.h,v 1.21 2006/08/09 17:25:34 harbaum Exp $
*
* generic widget handling
*
@@ -23,6 +23,9 @@
*
*
* $Log: widget.h,v $
+ * Revision 1.21 2006/08/09 17:25:34 harbaum
+ * Better bar color support and new bold font
+ *
* Revision 1.20 2006/08/08 20:16:29 harbaum
* Added "extracolor" (used for e.g. bar border) and RGB support for LEDMATRIX
*
@@ -127,10 +130,8 @@ 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;