* dispextern.h (struct image): Don't assume time_t <= unsigned long.
[bpt/emacs.git] / src / dispextern.h
index 72e23e6..77c45cf 100644 (file)
@@ -2709,7 +2709,7 @@ struct image
 {
   /* The time in seconds at which the image was last displayed.  Set
      in prepare_image_for_display.  */
-  unsigned long timestamp;
+  time_t timestamp;
 
   /* Pixmaps of the image.  */
   Pixmap pixmap, mask;