summaryrefslogtreecommitdiff
path: root/src/macterm.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-03-11 00:26:50 +0000
committerKim F. Storm <storm@cua.dk>2004-03-11 00:26:50 +0000
commit79af19c40669ff1ecb67c89e6063600b811ffafe (patch)
treeafd68d310f38ee2e0c03b6083a5484c24da62e09 /src/macterm.h
parent25abe3d4f6ef6e3b9af4b4bfaa44d46b0a2a64c5 (diff)
downloademacs-79af19c40669ff1ecb67c89e6063600b811ffafe.tar.gz
Image consolidation:
(struct mac_bitmap_record): Add file member. Not currently used, but simplifies code sharing.
Diffstat (limited to 'src/macterm.h')
-rw-r--r--src/macterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h
index 17b8a0fb298..6987bd37653 100644
--- a/src/macterm.h
+++ b/src/macterm.h
@@ -56,6 +56,7 @@ Boston, MA 02111-1307, USA. */
struct mac_bitmap_record
{
char *bitmap_data;
+ char *file;
int refcount;
int height, width;
};