/[emacs]/emacs/src/xterm.h
ViewVC logotype

Diff of /emacs/src/xterm.h

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

revision 1.166 by jhd, Wed Oct 20 16:53:27 2004 UTC revision 1.167 by jhd, Thu Oct 21 18:38:58 2004 UTC
# Line 600  struct x_output Line 600  struct x_output
600    XIC xic;    XIC xic;
601    XIMStyle xic_style;    XIMStyle xic_style;
602    XFontSet xic_xfs;    XFontSet xic_xfs;
603      char *xic_base_fontname;
604  #endif  #endif
605    
606    /* Relief GCs, colors etc.  */    /* Relief GCs, colors etc.  */
# Line 734  enum Line 735  enum
735  #define FRAME_X_XIM_STYLES(f) (FRAME_X_DISPLAY_INFO (f)->xim_styles)  #define FRAME_X_XIM_STYLES(f) (FRAME_X_DISPLAY_INFO (f)->xim_styles)
736  #define FRAME_XIC_STYLE(f) ((f)->output_data.x->xic_style)  #define FRAME_XIC_STYLE(f) ((f)->output_data.x->xic_style)
737  #define FRAME_XIC_FONTSET(f) ((f)->output_data.x->xic_xfs)  #define FRAME_XIC_FONTSET(f) ((f)->output_data.x->xic_xfs)
738    #define FRAME_XIC_BASE_FONTNAME(f) ((f)->output_data.x->xic_base_fontname)
739    
740  /* Value is the smallest width of any character in any font on frame F.  */  /* Value is the smallest width of any character in any font on frame F.  */
741    
# Line 1043  extern void x_set_menu_bar_lines P_ ((st Line 1045  extern void x_set_menu_bar_lines P_ ((st
1045  extern unsigned char * x_encode_text P_ ((Lisp_Object, Lisp_Object, int,  extern unsigned char * x_encode_text P_ ((Lisp_Object, Lisp_Object, int,
1046                                            int *, int *));                                            int *, int *));
1047  extern void x_implicitly_set_name P_ ((struct frame *, Lisp_Object, Lisp_Object));  extern void x_implicitly_set_name P_ ((struct frame *, Lisp_Object, Lisp_Object));
1048    extern void xic_free_xfontset P_ ((struct frame *));
1049  extern void create_frame_xic P_ ((struct frame *));  extern void create_frame_xic P_ ((struct frame *));
1050  extern void destroy_frame_xic P_ ((struct frame *));  extern void destroy_frame_xic P_ ((struct frame *));
1051  extern void xic_set_preeditarea P_ ((struct window *, int, int));  extern void xic_set_preeditarea P_ ((struct window *, int, int));

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167

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