summaryrefslogtreecommitdiffstats
path: root/src/clock.c
Commit message (Collapse)AuthorAgeFilesLines
* clock_clear(): New functionPatrick McDermott2019-10-181-0/+18
|
* Fix GPL versionPatrick McDermott2019-10-141-2/+2
| | | | | I don't know how or why I ended up applying GPLv2. I must have copied from one of my GPLv2-or-later projects and not noticed the error.
* clock_*(): New functionsPatrick McDermott2019-10-131-0/+198
And create and draw the clock on the screen.