DescriptionAn SkOSWindow for Unix may experience stuttering, with missed events or long delays before events are processed when using SkEvent.postDelay().
The issue is with the use of a select loop to watch for events coming into the x11 file descriptor for the display. It turns out there may be XEvents queued in memory but not yet processed that need to be handled before entering the select loop. See: http://developerweb.net/viewtopic.php?id=3184
BUG=1960
Committed: http://code.google.com/p/skia/source/detail?r=12874
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|