541f6acad3
Submitted by Nick Nauwelaerts <nick@wanadoo.be>. sunclock displays a map of the Earth and shows which portion is illuminated by the Sun.
13 lines
677 B
Plaintext
13 lines
677 B
Plaintext
$OpenBSD: patch-sunclock_h,v 1.1.1.1 2002/08/18 14:50:00 naddy Exp $
|
|
--- sunclock.h.orig Wed Jan 23 13:41:33 2002
|
|
+++ sunclock.h Wed Jan 23 13:42:23 2002
|
|
@@ -224,7 +224,7 @@ typedef struct Sundata {
|
|
unsigned char * daypixel; /* pointer to day pixels */
|
|
unsigned char * nightpixel; /* pointer to night pixels */
|
|
int ncolors; /* number of colors in day pixels */
|
|
- long time; /* time - real or fake, see flags */
|
|
+ time_t time; /* time - real or fake, see flags */
|
|
long projtime; /* last time projected illumination */
|
|
long roottime; /* last time written to root */
|
|
long animtime; /* last time of animation */
|