diff options
Diffstat (limited to 'src/wlclock.c')
-rw-r--r-- | src/wlclock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wlclock.c b/src/wlclock.c index 53dd7e3..3a8d1f6 100644 --- a/src/wlclock.c +++ b/src/wlclock.c @@ -470,7 +470,8 @@ static void clock_run (struct Wlclock *clock) if ( ret == 0 ) { - update_all_surfaces(clock); + clock->now = time(NULL); + // TODO update clock hands continue; } else if ( ret < 0 ) |