69aa81a96c
- Besides jpg sunclock now supports both png & gif images as well. - Moved all data files to distfiles/sunclock, some of the additional maps have nondescriptive names (like "huge.jpg").
13 lines
681 B
Plaintext
13 lines
681 B
Plaintext
$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 {
|
|
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 */
|