/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.537 by jhd, Tue Jan 22 04:47:03 2002 UTC revision 1.538 by pj, Wed Feb 20 10:26:42 2002 UTC
# Line 10161  gif_load (f, img) Line 10161  gif_load (f, img)
10161        return 0;        return 0;
10162      }      }
10163    
10164    width = img->width = gif->SWidth;    width = img->width = max (gif->SWidth, gif->Image.Left + gif->Image.Width);
10165    height = img->height = gif->SHeight;    height = img->height = max (gif->SHeight, gif->Image.Top + gif->Image.Height);
10166    
10167    /* Create the X image and pixmap.  */    /* Create the X image and pixmap.  */
10168    if (!x_create_x_image_and_pixmap (f, width, height, 0, &ximg, &img->pixmap))    if (!x_create_x_image_and_pixmap (f, width, height, 0, &ximg, &img->pixmap))

Legend:
Removed from v.1.537  
changed lines
  Added in v.1.538

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26