mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 11:01:57 +08:00
clean extra input message before calling ial_wait_event
This commit is contained in:
@@ -340,6 +340,7 @@ BOOL server_IdleHandler4Server (PMSGQUEUE msg_queue)
|
||||
kernel_ReShowCursor ();
|
||||
#endif
|
||||
|
||||
extra.params_mask = 0;
|
||||
if ((n = IAL_WaitEvent (mg_maxfd, &rset, wsetptr, esetptr,
|
||||
msg_queue?NULL:(&sel_timeout), &extra)) < 0) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user