mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-08 03:41:52 +08:00
set OnIdle of desktop message queue NULL for threads runmode
This commit is contained in:
@@ -150,6 +150,9 @@ void* __kernel_desktop_main (void* data)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* for threads mode, the idle handler for desktop thread is NULL */
|
||||
__mg_dsk_msg_queue->OnIdle = NULL;
|
||||
|
||||
/* init desktop window */
|
||||
init_desktop_win ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user