From: Gerd Moellmann Date: Sat, 9 Oct 1999 19:46:41 +0000 (+0000) Subject: (struct image): New member load_failed_p. X-Git-Tag: emacs-pretest-21.0.90~6495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7ac64a90158285244822d93617e102ce1160101;p=emacs.git (struct image): New member load_failed_p. --- diff --git a/src/dispextern.h b/src/dispextern.h index e27937db7a2..c7edd020f85 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1903,6 +1903,9 @@ struct image /* 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'