emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfns.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Wed, 20 Feb 2002 05:28:05 -0500

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.537 emacs/src/xfns.c:1.538
*** emacs/src/xfns.c:1.537      Mon Jan 21 23:47:03 2002
--- emacs/src/xfns.c    Wed Feb 20 05:26:42 2002
***************
*** 10161,10168 ****
        return 0;
      }
  
!   width = img->width = gif->SWidth;
!   height = img->height = gif->SHeight;
  
    /* Create the X image and pixmap.  */
    if (!x_create_x_image_and_pixmap (f, width, height, 0, &ximg, &img->pixmap))
--- 10161,10168 ----
        return 0;
      }
  
!   width = img->width = max (gif->SWidth, gif->Image.Left + gif->Image.Width);
!   height = img->height = max (gif->SHeight, gif->Image.Top + 
gif->Image.Height);
  
    /* Create the X image and pixmap.  */
    if (!x_create_x_image_and_pixmap (f, width, height, 0, &ximg, &img->pixmap))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]