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, 4 insertions, 3 deletions
diff --git a/widget_icon.h b/widget_icon.h
index 9f993d1..2d61699 100644
--- a/widget_icon.h
+++ b/widget_icon.h
@@ -1,9 +1,9 @@
-/* $Id: widget_icon.h 748 2007-01-20 05:00:06Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/widget_icon.h $
+/* $Id: widget_icon.h 1035 2009-05-19 10:42:01Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/widget_icon.h $
*
* icon widget handling
*
- * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2003, 2004 Michael Reinelt <michael@reinelt.co.at>
* Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
@@ -33,6 +33,7 @@
typedef struct WIDGET_ICON {
PROPERTY speed; /* update interval (msec) */
PROPERTY visible; /* icon visible? */
+ PROPERTY frame; /* evaluated expression of frame number (optional) */
int ascii; /* ascii code of icon (depends on the driver) */
int curmap; /* current bitmap sequence */
int prvmap; /* previous bitmap sequence */