From c20c4f43f04bec3e95a55d5fe71a809899a1803f Mon Sep 17 00:00:00 2001 From: siflfran <siflfran> Date: Tue, 25 Apr 2006 08:14:12 +0000 Subject: [PATCH] Zeitzone beruecksichtigt --- 01_git/astime_x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01_git/astime_x.c b/01_git/astime_x.c index ca7d2e7..5e4a120 100644 --- a/01_git/astime_x.c +++ b/01_git/astime_x.c @@ -136,8 +136,8 @@ void draw_sunriset(Display *dpy, width = watch_size.x * size * 2; height = watch_size.y * size * 2; if (loc_time->tm_isdst > 0) { - start += 0.0; - end += 0.0; + start += 1.0; + end += 1.0; } angle1 = (int) round(start * 15.0); angle2 = (int) round(end * 15.0); -- GitLab