From dc30610f203d73da3f0224fc51428638b1572bb0 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sun, 6 Nov 2005 09:17:20 +0000 Subject: [lcd4linux @ 2005-11-06 09:17:20 by reinelt] re-use icons (thanks to Jesus de Santos Garcia) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@596 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 0db6009..5805041 100644 --- a/widget.h +++ b/widget.h @@ -1,4 +1,4 @@ -/* $Id: widget.h,v 1.13 2005/05/08 04:32:45 reinelt Exp $ +/* $Id: widget.h,v 1.14 2005/11/06 09:17:20 reinelt Exp $ * * generic widget handling * @@ -23,6 +23,9 @@ * * * $Log: widget.h,v $ + * Revision 1.14 2005/11/06 09:17:20 reinelt + * re-use icons (thanks to Jesus de Santos Garcia) + * * Revision 1.13 2005/05/08 04:32:45 reinelt * CodingStyle added and applied * @@ -99,6 +102,7 @@ typedef struct WIDGET_CLASS { typedef struct WIDGET { char *name; WIDGET_CLASS *class; + struct WIDGET *parent; int row; int col; void *data; -- cgit v1.2.3