Add comment

Change-Id: I737e43d35eb2ebd6aeadeb5695cb3ecc74cc4484
This commit is contained in:
Tor Lillqvist 2013-04-18 22:05:32 +03:00
parent fa7ba55605
commit aca9824cfd

View File

@ -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;