summaryrefslogtreecommitdiffstats
path: root/include/utils/Looper.h
Commit message (Expand)AuthorAgeFilesLines
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-0/+107
* Revert to using epoll_wait().Jeff Brown2010-10-071-4/+4
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-3/+59
* Looper: use pthread_once for TLS key initialization.Jeff Brown2010-09-211-0/+1
* Looper: Drop default parameters in favor of a safer overload.Jeff Brown2010-09-161-6/+9
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-0/+210