emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/image.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/image.c,v
Date: Wed, 29 Aug 2007 21:47:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/08/29 21:47:12

Index: image.c
===================================================================
RCS file: /sources/emacs/emacs/src/image.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- image.c     29 Aug 2007 05:27:52 -0000      1.83
+++ image.c     29 Aug 2007 21:47:11 -0000      1.84
@@ -6346,7 +6346,7 @@
      simple transparency, we prefer a clipping mask.  */
   if (!transparent_p)
     {
-      png_color_16 *image_bg;
+      /* png_color_16 *image_bg; */
       Lisp_Object specified_bg
        = image_spec_value (img->spec, QCbackground, NULL);
 




reply via email to

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