X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6498c4b170e8a143f02913ec523e3b84ab11790c..0e2501ed344f5c8e251bcdca981f5d81dd78f663:/src/macterm.c diff --git a/src/macterm.c b/src/macterm.c index 2d03c8918c..842e1844f5 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -12624,7 +12624,7 @@ mac_term_init (display_name, xrm_option, resource_name) dpyinfo->grabbed = 0; dpyinfo->root_window = NULL; - dpyinfo->image_cache = make_image_cache (); + dpyinfo->terminal->image_cache = make_image_cache (); dpyinfo->mouse_face_beg_row = dpyinfo->mouse_face_beg_col = -1; dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;