2007-04-01 12:04:06 -04:00
|
|
|
$OpenBSD: patch-sunclock_h,v 1.2 2007/04/01 16:04:06 naddy Exp $
|
|
|
|
--- 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 {
|
2002-08-18 10:50:00 -04:00
|
|
|
unsigned char * nightpixel; /* pointer to night pixels */
|
2007-04-01 12:04:06 -04:00
|
|
|
Pixel *vmfpixels; /* list of additional vmf pixels */
|
2002-08-18 10:50:00 -04:00
|
|
|
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 */
|