summaryrefslogtreecommitdiff
path: root/vcl/inc/osx/saltimer.h
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-02-24 18:27:49 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2017-07-13 12:10:26 +0200
commitf0aabfe601223cee214b0be1b2ebf51a80b68f2c (patch)
tree0dfa34248472307a5b9620f201b38e48ad1c8838 /vcl/inc/osx/saltimer.h
parent69977ed917a92d9b07f3429312077357d3aa10fa (diff)
OSX change to run LO via a single shot timer
As all other backends, this runs the LO main loop just via the OSX main loop. Change-Id: Ie7562444951e16ff58edcaf6409f32809314c2fa
Diffstat (limited to 'vcl/inc/osx/saltimer.h')
-rw-r--r--vcl/inc/osx/saltimer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/osx/saltimer.h b/vcl/inc/osx/saltimer.h
index 94b58f82fd8b..f9a6acb7a02f 100644
--- a/vcl/inc/osx/saltimer.h
+++ b/vcl/inc/osx/saltimer.h
@@ -37,6 +37,7 @@ class AquaSalTimer : public SalTimer
void Stop() override;
static void handleStartTimerEvent( NSEvent* pEvent );
+ static void handleDispatchTimerEvent();
static NSTimer* pRunningTimer;
static bool bDispatchTimer;