summaryrefslogtreecommitdiff
path: root/sys/src/games/catclock.c
AgeCommit message (Collapse)Author
2013-08-12games/juggle, games/catclock: keep up with queued mouse eventscinap_lenrek
many queued mouse events delay eresize() because new ebread() takes from the queue first before attempting to read from the event pipe. this is a waste of memory, so just process (dequeue) all the events as long as there are any on each iteration.
2013-08-12catclock: protect black border with clip rectangle and dont print when ↵cinap_lenrek
window is too small
2012-08-04catclock: properly handle initdraw error instead of crashingcinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen