add rtgui_event_timer_t define

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1809 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
wuyangyong 2011-11-27 09:35:52 +00:00
parent 88f891066d
commit 29dc6a03e0
1 changed files with 2 additions and 0 deletions

View File

@ -285,6 +285,8 @@ struct rtgui_event_timer
struct rtgui_timer *timer;
};
typedef struct rtgui_event_timer rtgui_event_timer_t;
struct rtgui_event_clip_info
{