Changeset 132


Ignore:
Timestamp:
Oct 8, 2006, 11:04:46 PM (19 years ago)
Author:
dmik
Message:

Kernel: QEventLoop: Fixed: Recognize WM_U_SEM_SELECT only for the auxiliary internal window to allow other windows to receive WM_SEM messages when they need.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel/qeventloop_pm.cpp

    r121 r132  
    12031203    MRESULT res = 0;
    12041204
    1205     if ( msg.msg == WM_U_SEM_SELECT ) {
     1205    if ( msg.msg == WM_U_SEM_SELECT && msg.hwnd == qt_aux_win.hwnd() ) {
    12061206        // socket select event received: prevent it from being handled by
    12071207        // qt_aux_win (to obey the ExcludeSocketNotifiers flag)
Note: See TracChangeset for help on using the changeset viewer.