aboutsummaryrefslogtreecommitdiffstats
path: root/widget_icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'widget_icon.h')
-rw-r--r--widget_icon.h7
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;