]> git.eshelyaron.com Git - emacs.git/commitdiff
Image consolidation:
authorKim F. Storm <storm@cua.dk>
Thu, 11 Mar 2004 00:26:50 +0000 (00:26 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 11 Mar 2004 00:26:50 +0000 (00:26 +0000)
(struct mac_bitmap_record): Add file member.  Not
currently used, but simplifies code sharing.

src/macterm.h

index 17b8a0fb298777c8d55e61d57264c4520c24d2ee..6987bd376530dbd61a9a2b65dfb4760697801c59 100644 (file)
@@ -56,6 +56,7 @@ Boston, MA 02111-1307, USA.  */
 struct mac_bitmap_record
 {
   char *bitmap_data;
+  char *file;
   int refcount;
   int height, width;
 };