aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorreinelt <>2005-11-06 09:17:20 +0000
committerreinelt <>2005-11-06 09:17:20 +0000
commite6b4df01ef5fac634a4037199f065f81581a4b97 (patch)
treed866e7ec4fcd908b9733f6dfd18dfb18638c549a /widget.h
parent4477d33dd8b4bdba8f8af688fc050bb25d71183f (diff)
downloadlcd4linux-e6b4df01ef5fac634a4037199f065f81581a4b97.tar.gz
[lcd4linux @ 2005-11-06 09:17:20 by reinelt]
re-use icons (thanks to Jesus de Santos Garcia)
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h6
1 files changed, 5 insertions, 1 deletions
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;