X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=daemon%2Fticker.h;h=7a2da2ada424d267a3e0d690db6a8636daa52f79;hb=a075ba87f80a1203eb439a6942a92937a5871d82;hp=eb219d59a807080eabd8ad51e824a8c7113d2176;hpb=2031dd97d63e02ce032ba972a31b70a1bdb22362;p=apps%2Fcore%2Fpreloaded%2Findicator-win.git diff --git a/daemon/ticker.h b/daemon/ticker.h index eb219d5..7a2da2a 100644 --- a/daemon/ticker.h +++ b/daemon/ticker.h @@ -21,20 +21,11 @@ #ifndef __INDICATOR_TICKER_H__ #define __INDICATOR_TICKER_H__ -typedef enum _indicator_animated_icon_type { - INDICATOR_ANIMATED_ICON_NONE = -1, - INDICATOR_ANIMATED_ICON_DOWNLOAD = 1, - INDICATOR_ANIMATED_ICON_UPLOAD, - INDICATOR_ANIMATED_ICON_INSTALL, -} indicator_animated_icon_type; - typedef struct ticker { + Evas_Object *win; Evas_Object *scroller; - Evas_Object *textblock; Ecore_Timer *timer; Eina_List *ticker_list; - int current_page; - int cursor_pos; } ticker_info_s; extern int ticker_init(void *data);