summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-10-13 20:54:32 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-10-13 20:54:32 (EDT)
commit351ba155fdf7db739f45f9d4381f0b979d9037ab (patch)
treef8e7685dec21526de0e859547e0c10f167d9504d /src/main.c
parentbb65b69a5b97f9f5508f4fa5adbdc19b480ee638 (diff)
downloadtimeteller-351ba155fdf7db739f45f9d4381f0b979d9037ab.zip
timeteller-351ba155fdf7db739f45f9d4381f0b979d9037ab.tar.gz
timeteller-351ba155fdf7db739f45f9d4381f0b979d9037ab.tar.bz2
clock_*(): New functions
And create and draw the clock on the screen.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 673dd24..a3118db 100644
--- a/src/main.c
+++ b/src/main.c
@@ -67,6 +67,7 @@ main(int argc, char **argv)
screen = screen_new();
+ screen_draw(screen);
speech_play_time(speech);
screen_destroy(&screen);