emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xfaces.c [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c [emacs-unicode-2]
Date: Wed, 30 Jun 2004 02:15:35 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.281.2.12 emacs/src/xfaces.c:1.281.2.13
*** emacs/src/xfaces.c:1.281.2.12       Wed Jun 30 04:20:06 2004
--- emacs/src/xfaces.c  Wed Jun 30 06:13:32 2004
***************
*** 2159,2164 ****
--- 2159,2166 ----
    return face_numeric_value (swidth_table, DIM (swidth_table), width);
  }
  
+ #ifdef HAVE_WINDOW_SYSTEM
+ 
  Lisp_Object
  split_font_name_into_vector (fontname)
       Lisp_Object fontname;
***************
*** 2216,2223 ****
    return fontname;
  }
  
- #ifdef HAVE_WINDOW_SYSTEM
- 
  /* Return non-zero if FONT is the name of a fixed-pitch font.  */
  
  static INLINE int
--- 2218,2223 ----
***************
*** 5679,5685 ****
    return face->id;
  }
  
! 
  /* Look up a realized face that has the same attributes as BASE_FACE
     except for the font in the face cache of frame F.  If FONT_ID is
     not negative, it is an ID number of an already opened font that is
--- 5679,5685 ----
    return face->id;
  }
  
! #ifdef HAVE_WINDOW_SYSTEM
  /* Look up a realized face that has the same attributes as BASE_FACE
     except for the font in the face cache of frame F.  If FONT_ID is
     not negative, it is an ID number of an already opened font that is
***************
*** 5722,5727 ****
--- 5722,5728 ----
  
    return face->id;
  }
+ #endif        /* HAVE_WINDOW_SYSTEM */
  
  /* Return the face id of the realized face for named face SYMBOL on
     frame F suitable for displaying ASCII characters.  Value is -1 if
***************
*** 7201,7206 ****
--- 7202,7208 ----
  }
  
  
+ #ifdef HAVE_WINDOW_SYSTEM
  /* Realize the fully-specified face that has the same attributes as
     BASE_FACE except for the font on frame F.  If FONT_ID is not
     negative, it is an ID number of an already opened font that should
***************
*** 7243,7248 ****
--- 7245,7251 ----
  
    return face;
  }
+ #endif        /* HAVE_WINDOW_SYSTEM */
  
  
  /* Realize the fully-specified face with attributes ATTRS in face




reply via email to

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