modify sdl driver to reduce the messages sent to rtgui server. add realtouch_ui_init

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2438 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
goprife@gmail.com
2012-11-23 13:32:56 +00:00
parent 6698e69fc8
commit 60fc67cb3d
2 changed files with 14 additions and 4 deletions
+4 -1
View File
@@ -75,13 +75,16 @@ void rt_init_thread_entry(void* parameter)
}
#endif
#ifdef RT_USING_RTGUI
#if 0
{
extern void application_init(void);
rt_thread_delay(RT_TICK_PER_SECOND);
application_init();
}
#endif
#ifdef RT_USING_RTGUI
realtouch_ui_init();
#endif
}
void rt_test_thread_entry(void* parameter)