emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Fri, 28 Dec 2001 09:47:19 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.696 emacs/src/xterm.c:1.697
*** emacs/src/xterm.c:1.696     Fri Dec 28 08:33:37 2001
--- emacs/src/xterm.c   Fri Dec 28 09:47:19 2001
***************
*** 3837,3842 ****
--- 3837,3843 ----
    if (s->face->use_box_color_for_shadows_p)
      color = s->face->box_color;
    else if (s->first_glyph->type == IMAGE_GLYPH
+          && s->img->pixmap
           && !IMAGE_BACKGROUND_TRANSPARENT (s->img, s->f, 0))
      color = IMAGE_BACKGROUND (s->img, s->f, 0);
    else



reply via email to

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