• Andrew Innes's avatar
    (sys_select): Call MsgWaitForMultipleObjects instead · 8b031dcc
    Andrew Innes authored
    of WaitForMultipleObjects when user input is allowed, so we can
    handle incoming window messages.  Call drain_message_queue when
    there are messages waiting; this ensures that windows created
    indirectly from the lisp thread get processed properly, and don't
    hang other applications by failing to respond to broadcasts.
    8b031dcc
w32proc.c 62.8 KB