12 lines
616 B
Text
12 lines
616 B
Text
|
--- sunclock.h.orig Tue Jun 20 22:23:14 2006
|
||
|
+++ sunclock.h Sat Jan 13 15:57:52 2007
|
||
|
@@ -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 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 */
|