aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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. */
56struct mac_bitmap_record 56struct 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};