changeset 25954:ab0d41b6f746

(struct image): New member load_failed_p.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 09 Oct 1999 19:46:41 +0000
parents d79615c0b727
children 3daaee890b1e
files src/dispextern.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Sat Oct 09 19:13:48 1999 +0000
+++ b/src/dispextern.h	Sat Oct 09 19:46:41 1999 +0000
@@ -1903,6 +1903,9 @@
   /* Reference to the type of the image.  */
   struct image_type *type;
 
+  /* 1 means that loading the image failed.  Don't try again.  */
+  unsigned load_failed_p;
+
   /* A place for image types to store additional data.  The member
      data.lisp_val is marked during GC, so it's safe to store Lisp data
      there.  Image types should free this data when their `free'