mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-29 10:30:24 +00:00
remove NOT small size definition.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1311 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -140,21 +140,6 @@ static void rtgui_event_dump(rt_thread_t tid, rtgui_event_t* event)
|
||||
|
||||
if(info->wid != RT_NULL)
|
||||
rt_kprintf("win: %s", info->wid->title);
|
||||
#ifdef RTGUI_USING_SMALL_SIZE
|
||||
rt_kprintf(" clip no. %d", info->num_rect);
|
||||
#else
|
||||
{
|
||||
rtgui_rect_t *rect;
|
||||
rt_uint32_t index;
|
||||
|
||||
rect = (rtgui_rect_t*)(info + 1);
|
||||
for (index = 0; index < info->num_rect; index ++)
|
||||
{
|
||||
rt_kprintf(" (x1:%d, y1:%d, x2:%d, y2:%d)", rect->x1, rect->y1, rect->x2, rect->y2);
|
||||
rect ++;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user