<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - macOS 100% CPU usage when minimizing screen if multiple documents are opened"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103571#c50">Comment # 50</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - macOS 100% CPU usage when minimizing screen if multiple documents are opened"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103571">bug 103571</a>
              from <span class="vcard"><a class="email" href="mailto:michael.meeks@collabora.com" title="Michael Meeks <michael.meeks@collabora.com>"> <span class="fn">Michael Meeks</span></a>
</span></b>
        <pre>Hokay - so, lets compare it with the gtk3 backend which we know works; that
pulls events from the gdk event queue - and stuffs them back without processing
any =)

It also first calls gdk_events_pending() - which does the underlying socket I/O
to the X server (when using X) - via 'XPending()' -> XEventsQueued with
QueuedAfterFlush - but I don't see any event processing; particularly of the
glib mainloop which handles timeouts =)

Hence the "I don't expect that" really =)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>