From 29dc6a03e0639ead2a786fc62c8354f44ff2412b Mon Sep 17 00:00:00 2001 From: wuyangyong Date: Sun, 27 Nov 2011 09:35:52 +0000 Subject: [PATCH] add rtgui_event_timer_t define git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1809 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/rtgui/include/rtgui/event.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/rtgui/include/rtgui/event.h b/components/rtgui/include/rtgui/event.h index 09bc80a6bb..231263d5fe 100644 --- a/components/rtgui/include/rtgui/event.h +++ b/components/rtgui/include/rtgui/event.h @@ -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 {