[Libreoffice-bugs] [Bug 103571] macOS 100% CPU usage when minimizing screen if multiple documents are opened

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Feb 23 10:47:08 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=103571

--- Comment #48 from Tor Lillqvist <tml at iki.fi> ---
In fact, the documentation for the Win32 PeekMessage()
https://msdn.microsoft.com/en-us/library/windows/desktop/ms644943(v=vs.85).aspx
does describe that it is not as trivial as one might hope. "During this call,
the system delivers pending, nonqueued messages, that is, messages sent to
windows owned by the calling thread using the SendMessage, SendMessageCallback,
SendMessageTimeout, or SendNotifyMessage function. Then the first queued
message that matches the specified filter is retrieved. The system may also
process internal events."

And about SendMessage(), "The SendMessage function calls the window procedure
for the specified window and does not return until the window procedure has
processed the message".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180223/0675a44a/attachment.html>


More information about the Libreoffice-bugs mailing list