/[emacs]/emacs/src/xfaces.c
ViewVC logotype

Diff of /emacs/src/xfaces.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.281.2.12 by handa, Wed Jun 30 04:20:06 2004 UTC revision 1.281.2.13 by handa, Wed Jun 30 06:13:32 2004 UTC
# Line 2159  face_numeric_swidth (width) Line 2159  face_numeric_swidth (width)
2159    return face_numeric_value (swidth_table, DIM (swidth_table), width);    return face_numeric_value (swidth_table, DIM (swidth_table), width);
2160  }  }
2161    
2162    #ifdef HAVE_WINDOW_SYSTEM
2163    
2164  Lisp_Object  Lisp_Object
2165  split_font_name_into_vector (fontname)  split_font_name_into_vector (fontname)
2166       Lisp_Object fontname;       Lisp_Object fontname;
# Line 2216  build_font_name_from_vector (vec) Line 2218  build_font_name_from_vector (vec)
2218    return fontname;    return fontname;
2219  }  }
2220    
 #ifdef HAVE_WINDOW_SYSTEM  
   
2221  /* Return non-zero if FONT is the name of a fixed-pitch font.  */  /* Return non-zero if FONT is the name of a fixed-pitch font.  */
2222    
2223  static INLINE int  static INLINE int
# Line 5679  lookup_face (f, attr) Line 5679  lookup_face (f, attr)
5679    return face->id;    return face->id;
5680  }  }
5681    
5682    #ifdef HAVE_WINDOW_SYSTEM
5683  /* Look up a realized face that has the same attributes as BASE_FACE  /* Look up a realized face that has the same attributes as BASE_FACE
5684     except for the font in the face cache of frame F.  If FONT_ID is     except for the font in the face cache of frame F.  If FONT_ID is
5685     not negative, it is an ID number of an already opened font that is     not negative, it is an ID number of an already opened font that is
# Line 5722  lookup_non_ascii_face (f, font_id, base_ Line 5722  lookup_non_ascii_face (f, font_id, base_
5722    
5723    return face->id;    return face->id;
5724  }  }
5725    #endif  /* HAVE_WINDOW_SYSTEM */
5726    
5727  /* Return the face id of the realized face for named face SYMBOL on  /* Return the face id of the realized face for named face SYMBOL on
5728     frame F suitable for displaying ASCII characters.  Value is -1 if     frame F suitable for displaying ASCII characters.  Value is -1 if
# Line 7201  realize_face (cache, attrs, former_face_ Line 7202  realize_face (cache, attrs, former_face_
7202  }  }
7203    
7204    
7205    #ifdef HAVE_WINDOW_SYSTEM
7206  /* Realize the fully-specified face that has the same attributes as  /* Realize the fully-specified face that has the same attributes as
7207     BASE_FACE except for the font on frame F.  If FONT_ID is not     BASE_FACE except for the font on frame F.  If FONT_ID is not
7208     negative, it is an ID number of an already opened font that should     negative, it is an ID number of an already opened font that should
# Line 7243  realize_non_ascii_face (f, font_id, base Line 7245  realize_non_ascii_face (f, font_id, base
7245    
7246    return face;    return face;
7247  }  }
7248    #endif  /* HAVE_WINDOW_SYSTEM */
7249    
7250    
7251  /* Realize the fully-specified face with attributes ATTRS in face  /* Realize the fully-specified face with attributes ATTRS in face

Legend:
Removed from v.1.281.2.12  
changed lines
  Added in v.1.281.2.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26