From ccf39796a1c59b0dec4b030a5791b71246e77e64 Mon Sep 17 00:00:00 2001 From: harbaum Date: Wed, 9 Aug 2006 17:25:34 +0000 Subject: [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 --- widget.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'widget.h') 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; -- cgit v1.2.3