diff options
Diffstat (limited to '')
-rw-r--r-- | widget_icon.h | 1 |
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 */ |