Add comment
Change-Id: I737e43d35eb2ebd6aeadeb5695cb3ecc74cc4484
This commit is contained in:
parent
fa7ba55605
commit
aca9824cfd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user