From: Kim F. Storm Date: Thu, 11 Mar 2004 00:26:50 +0000 (+0000) Subject: Image consolidation: X-Git-Tag: ttn-vms-21-2-B4~7297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79af19c40669ff1ecb67c89e6063600b811ffafe;p=emacs.git Image consolidation: (struct mac_bitmap_record): Add file member. Not currently used, but simplifies code sharing. --- 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; };