*** src/macfns.c-20040113 Tue Jan 13 17:38:05 2004 --- src/macfns.c Fri Jan 16 13:03:32 2004 *************** *** 6926,6931 **** --- 6926,6934 ---- free_color_table (); #endif + img->width = width; + img->height = height; + /* Maybe fill in the background field while we have ximg handy. */ if (NILP (image_spec_value (img->spec, QCbackground, NULL))) IMAGE_BACKGROUND (img, f, ximg); *************** *** 6933,6941 **** /* Put the image into a pixmap. */ x_put_x_image (f, ximg, img->pixmap, width, height); x_destroy_x_image (ximg); - - img->width = width; - img->height = height; UNGCPRO; xfree (contents); --- 6936,6941 ----