mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
use new object type implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1402 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -35,7 +35,6 @@ void rtgui_system_server_init()
|
||||
rtgui_font_system_init();
|
||||
|
||||
/* init rtgui server */
|
||||
rtgui_panel_init();
|
||||
rtgui_topwin_init();
|
||||
rtgui_server_init();
|
||||
|
||||
@@ -236,11 +235,6 @@ static void rtgui_event_dump(rt_thread_t tid, rtgui_event_t* event)
|
||||
struct rtgui_event_monitor *monitor = (struct rtgui_event_monitor*)event;
|
||||
if (monitor->panel != RT_NULL)
|
||||
{
|
||||
#if 0
|
||||
rt_kprintf("panel: %s, the rect is:(%d, %d) - (%d, %d)", monitor->panel->name,
|
||||
monitor->rect.x1, monitor->rect.y1,
|
||||
monitor->rect.x2, monitor->rect.y2);
|
||||
#endif
|
||||
rt_kprintf("the rect is:(%d, %d) - (%d, %d)",
|
||||
monitor->rect.x1, monitor->rect.y1,
|
||||
monitor->rect.x2, monitor->rect.y2);
|
||||
|
||||
Reference in New Issue
Block a user