changeset 54338:d037e941c800

Image consolidation: (struct mac_bitmap_record): Add file member. Not currently used, but simplifies code sharing.
author Kim F. Storm <storm@cua.dk>
date Thu, 11 Mar 2004 00:26:50 +0000
parents f97e58d31d01
children a1da121426a9
files src/macterm.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/macterm.h	Thu Mar 11 00:26:37 2004 +0000
+++ b/src/macterm.h	Thu Mar 11 00:26:50 2004 +0000
@@ -56,6 +56,7 @@
 struct mac_bitmap_record
 {
   char *bitmap_data;
+  char *file;
   int refcount;
   int height, width;
 };