diff options
| author | Kim F. Storm | 2004-03-11 00:26:50 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-03-11 00:26:50 +0000 |
| commit | 79af19c40669ff1ecb67c89e6063600b811ffafe (patch) | |
| tree | afd68d310f38ee2e0c03b6083a5484c24da62e09 /src | |
| parent | 25abe3d4f6ef6e3b9af4b4bfaa44d46b0a2a64c5 (diff) | |
| download | emacs-79af19c40669ff1ecb67c89e6063600b811ffafe.tar.gz emacs-79af19c40669ff1ecb67c89e6063600b811ffafe.zip | |
Image consolidation:
(struct mac_bitmap_record): Add file member. Not
currently used, but simplifies code sharing.
Diffstat (limited to 'src')
| -rw-r--r-- | src/macterm.h | 1 |
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. */ | |||
| 56 | struct mac_bitmap_record | 56 | struct mac_bitmap_record |
| 57 | { | 57 | { |
| 58 | char *bitmap_data; | 58 | char *bitmap_data; |
| 59 | char *file; | ||
| 59 | int refcount; | 60 | int refcount; |
| 60 | int height, width; | 61 | int height, width; |
| 61 | }; | 62 | }; |