From 4eb995e1e23dfc3e84a6f5575326eade6bc6429e Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 14 Aug 2006 05:54:04 +0000 Subject: [lcd4linux @ 2006-08-14 05:54:03 by reinelt] minor warnings fixed, CFLAGS changed (no-strict-aliasing) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@694 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- widget.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'widget.h') diff --git a/widget.h b/widget.h index 42fa365..2b5c359 100644 --- a/widget.h +++ b/widget.h @@ -1,4 +1,4 @@ -/* $Id: widget.h,v 1.21 2006/08/09 17:25:34 harbaum Exp $ +/* $Id: widget.h,v 1.22 2006/08/14 05:54:04 reinelt Exp $ * * generic widget handling * @@ -23,6 +23,9 @@ * * * $Log: widget.h,v $ + * Revision 1.22 2006/08/14 05:54:04 reinelt + * minor warnings fixed, CFLAGS changed (no-strict-aliasing) + * * Revision 1.21 2006/08/09 17:25:34 harbaum * Better bar color support and new bold font * @@ -150,5 +153,6 @@ int widget_register(WIDGET_CLASS * widget); void widget_unregister(void); int widget_add(const char *name, const int type, const int layer, const int row, const int col); WIDGET *widget_find(int type, void *needle); +int widget_color(const char *section, const char *name, const char *key, RGBA * C); #endif -- cgit v1.2.3