diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-18 22:05:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-19 00:18:33 +0300 |
commit | aca9824cfd65e3246fd21a1af5f36eda2ca69c75 (patch) | |
tree | fe2fb1adb8fa3132406c3e134924a2bfdce1832b /ios/experimental | |
parent | fa7ba55605e6a0d415830ff970bb0429426e9880 (diff) |
Add comment
Change-Id: I737e43d35eb2ebd6aeadeb5695cb3ecc74cc4484
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; |