diff options
Diffstat (limited to 'vcl/inc/ios/iosinst.hxx')
-rw-r--r-- | vcl/inc/ios/iosinst.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index 2ff9e5784f14..0dfa7eb2f750 100644 --- a/vcl/inc/ios/iosinst.hxx +++ b/vcl/inc/ios/iosinst.hxx @@ -52,6 +52,7 @@ public: void damaged( IosSalFrame *frame, const basegfx::B2IBox& rDamageRect); + // Functions scheduled to be run as "user events" in the LO thread typedef struct { bool done; CGContextRef context; @@ -61,6 +62,12 @@ public: DECL_LINK( DisplayConfigurationChanged, void* ); + typedef struct { + const void *documentHandle; + int x, y; + } SelectionEndMoveArg; + DECL_LINK( SelectionEndMove, SelectionEndMoveArg* ); + pthread_mutex_t m_aRenderMutex; pthread_cond_t m_aRenderCond; }; |