aboutsummaryrefslogtreecommitdiffstats
path: root/widget_icon.h
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-05-19 10:42:01 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-05-19 10:42:01 +0000
commit37ccff837cb09f8ada9fef60af8e6541b08f86f5 (patch)
tree34e19e3aedbd8baaccc3a1b0ef18ca9d6ac28e5c /widget_icon.h
parentfe4afbe9b0631d5b169d46561498b055aa270006 (diff)
downloadlcd4linux-37ccff837cb09f8ada9fef60af8e6541b08f86f5.tar.gz
icon frame patch by Marcus Brown
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1035 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_icon.h')
-rw-r--r--widget_icon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widget_icon.h b/widget_icon.h
index 72df8be..2eb2f08 100644
--- a/widget_icon.h
+++ b/widget_icon.h
@@ -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 */