[Libreoffice-commits] core.git: Branch 'feature/fixes18' - vcl/source
László Németh
laszlo.nemeth at collabora.com
Thu Mar 10 22:46:27 UTC 2016
vcl/source/app/svapp.cxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit d9848502552c1aaa40ab78b909b38423a3003264
Author: László Németh <laszlo.nemeth at collabora.com>
Date: Thu Mar 10 23:43:19 2016 +0100
set fixes17 idle processing
Change-Id: I9dbda7e6e34167da854d4d7709d636c7d2f48405
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index a75a6db..a18b91e 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -534,9 +534,8 @@ void Application::Reschedule( bool i_bAllEvents )
void Scheduler::ProcessEventsToIdle()
{
- int nSanity = 1000;
- while(Scheduler::ProcessTaskScheduling(false) ||
- ImplYield(false, false, 0))
+ int nSanity = 100;
+ while(ImplYield(false, true, 0))
{
if (nSanity-- < 0)
{
More information about the Libreoffice-commits
mailing list