diff options
Diffstat (limited to 'ios/experimental')
-rw-r--r-- | ios/experimental/LibreOffice/LibreOffice/AppDelegate.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m index ea3f5357c951..9a9314522533 100644 --- a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m +++ b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m @@ -168,6 +168,10 @@ static View *theView; @end +// Functions called in the LO thread, which thus need to dispatch any +// CocoaTouch activity to happen on the GUI thread. Use +// dispatch_async() consistently. + void lo_damaged(CGRect rect) { (void) rect; |