summaryrefslogtreecommitdiffstats
path: root/include/vcl/scheduler.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-09-08 16:58:32 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-09-08 17:01:31 +0100
commit5bac7853a89b9b34d64334d6d77582c7cd79b4ee (patch)
tree8a5f21179a793a17adb3d8f1e4604955fae1dbc6 /include/vcl/scheduler.hxx
parenttdf#94006 - need an explicit dispose for GLContext's SystemChildWindow. (diff)
downloadcore-5bac7853a89b9b34d64334d6d77582c7cd79b4ee.tar.gz
core-5bac7853a89b9b34d64334d6d77582c7cd79b4ee.zip
Ensure the scheduler can set longer timeouts.
Regression from: 6d64d2f38d9f6c2f54e05675ecd0709eabf6d8ca. Also fix the low priority idle min timeout to 5ms. Change-Id: I26a6e89ef7fa173e64ee34f7a500157ba82b7198
Diffstat (limited to 'include/vcl/scheduler.hxx')
-rw-r--r--include/vcl/scheduler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx
index 612bd08999b4..a197cbc3ef80 100644
--- a/include/vcl/scheduler.hxx
+++ b/include/vcl/scheduler.hxx
@@ -64,7 +64,7 @@ protected:
static const sal_uInt64 ImmediateTimeoutMs = 1;
static const sal_uInt64 MaximumTimeoutMs = SAL_MAX_UINT64;
- static void ImplStartTimer(sal_uInt64 nMS);
+ static void ImplStartTimer(sal_uInt64 nMS, bool bForce = false);
friend struct ImplSchedulerData;
virtual void SetDeletionFlags();