diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-02-04 19:11:44 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-02-04 19:11:44 +0000 |
commit | d865c30bd21fc0e298f418fdf8887ce25bac057b (patch) | |
tree | 06a21b7c54a8f1e586cc1d69c9d144fe0284ac01 /widget_icon.h | |
parent | add433dc14a9686d39981b8a2e9722a2bcbae7d0 (diff) | |
download | lcd4linux-d865c30bd21fc0e298f418fdf8887ce25bac057b.tar.gz |
[lcd4linux @ 2004-02-04 19:11:44 by reinelt]
icon visibility patch from Xavier
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@355 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_icon.h')
-rw-r--r-- | widget_icon.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/widget_icon.h b/widget_icon.h index 7bae55a..9259836 100644 --- a/widget_icon.h +++ b/widget_icon.h @@ -1,4 +1,4 @@ -/* $Id: widget_icon.h,v 1.2 2004/01/23 07:04:39 reinelt Exp $ +/* $Id: widget_icon.h,v 1.3 2004/02/04 19:11:44 reinelt Exp $ * * icon widget handling * @@ -23,6 +23,9 @@ * * * $Log: widget_icon.h,v $ + * Revision 1.3 2004/02/04 19:11:44 reinelt + * icon visibility patch from Xavier + * * Revision 1.2 2004/01/23 07:04:39 reinelt * icons finished! * @@ -43,6 +46,8 @@ typedef struct WIDGET_ICON { int prvmap; // previous bitmap sequence int maxmap; // number of bitmap sequences char *bitmap; // bitmaps of (animated) icon + int visible; + char *visible_expr; } WIDGET_ICON; extern WIDGET_CLASS Widget_Icon; |