blob: 1136c9a724e0ef384785fe54a48d26497a4e70b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sunclock.h.orig 2006-10-14 14:25:18 UTC
+++ sunclock.h
@@ -238,7 +238,7 @@ typedef struct Sundata {
unsigned char * nightpixel; /* pointer to night pixels */
Pixel *vmfpixels; /* list of additional vmf pixels */
int ncolors; /* number of colors in day pixels */
- long time; /* time - real or fake, see flags */
+ time_t footime; /* 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 */
|