summaryrefslogtreecommitdiffstats
path: root/demos/macmainwindow
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2010-08-30 12:57:06 (GMT)
committerSamuli Piippo <samuli.piippo@digia.com>2011-06-09 10:07:13 (GMT)
commit352bdb7a648c2e37612a9640df52ac9ad5429255 (patch)
tree03c2e5ed3f904c3d5c75ee44b5dcc725c44dab92 /demos/macmainwindow
parentb97f0bdf4b699bb4b3fe0758f5b04b6d74340491 (diff)
downloadQt-352bdb7a648c2e37612a9640df52ac9ad5429255.zip
Qt-352bdb7a648c2e37612a9640df52ac9ad5429255.tar.gz
Qt-352bdb7a648c2e37612a9640df52ac9ad5429255.tar.bz2
Fix Qt applications freezing until mouse/keyboard events occur.
While the qt_GetMessageHook() is executing, GetQueueStatus() reports that there are timer messages in the queue, but these are never actually seen by the hook. Calling PeekMessage() will never return these messages (which is what we really want to know), so don't use GetQueueStatus() with QS_TIMER. Task-number: QTBUG-12721 Reviewed-by: denis Reviewed-by: joao
Diffstat (limited to 'demos/macmainwindow')
0 files changed, 0 insertions, 0 deletions