Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 110626 | Differences between
and this patch

Collapse All | Expand All

(-)emacs/src/xfaces.c.orig (+4 lines)
Lines 7177-7182 Link Here
7177
    {
7177
    {
7178
      bcopy (base_face, face, sizeof *face);
7178
      bcopy (base_face, face, sizeof *face);
7179
      face->gc = 0;
7179
      face->gc = 0;
7180
#ifdef HAVE_XFT
7181
      /* http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-07/msg00359.html */
7182
      face->xft_draw = NULL;
7183
#endif
7180
7184
7181
      /* Don't try to free the colors copied bitwise from BASE_FACE.  */
7185
      /* Don't try to free the colors copied bitwise from BASE_FACE.  */
7182
      face->colors_copied_bitwise_p = 1;
7186
      face->colors_copied_bitwise_p = 1;

Return to bug 110626