diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-16 01:46:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-16 11:19:35 +0300 |
commit | bd2a91420e4cea477e4317223092b1db5ff09c7f (patch) | |
tree | b02fd21e4782513d2c8bc09e175d104d43cf9f1d /vcl/inc | |
parent | e013425372a34afa91fb312d8237b2ce22147d81 (diff) |
Try to propagate display size change to LO
Change-Id: If52c0aa9290c377c08f2cec8c9e36d987c0ed9b6
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/ios/iosinst.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index 3b87de6a8330..2ff9e5784f14 100644 --- a/vcl/inc/ios/iosinst.hxx +++ b/vcl/inc/ios/iosinst.hxx @@ -59,6 +59,8 @@ public: } RenderWindowsArg; DECL_LINK( RenderWindows, RenderWindowsArg* ); + DECL_LINK( DisplayConfigurationChanged, void* ); + pthread_mutex_t m_aRenderMutex; pthread_cond_t m_aRenderCond; }; |