Changeset 302 for trunk/src/corelib/kernel/qeventdispatcher_pm.cpp
- Timestamp:
- Nov 8, 2009, 10:52:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/kernel/qeventdispatcher_pm.cpp
r196 r302 1396 1396 { 1397 1397 Q_D(QEventDispatcherPM); 1398 PTIB ptib; 1399 DosGetInfoBlocks(&ptib, NULL); 1400 MQINFO mqinfo; 1401 WinQueryQueueInfo(d->hmq, &mqinfo, sizeof(MQINFO)); 1402 if (ptib->tib_ptib2->tib2_ultid != mqinfo.tid) 1403 WinPostQueueMsg(d->hmq, WM_NULL, 0, 0); 1398 WinPostQueueMsg(d->hmq, WM_NULL, 0, 0); 1404 1399 } 1405 1400
Note:
See TracChangeset
for help on using the changeset viewer.