New branch 'private/mmeeks/macinput' available with the following commits: commit 91c43c58f0d46debbe3054c5e33f3a102a4b5a12 Author: Michael Meeks <michael.me...@collabora.com> Date: Mon Nov 21 17:41:58 2022 +0000
tdf#148435 - avoid strange OS/X deadlock around AnyInput. Apparently calling AnyInput on Mac and filtering for just input, gives you window creation / re-sizing events which then trigger idle paint events which then deadlock if called with the scheduler lock. Try having a little more inefficiency and a different race for this case to handle the Mac world. Change-Id: I9985eaf18f8d0ba4d44e83c03746510a6ba6d664