aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-02 07:55:24 +0400
committerDmitry Antipov2013-08-02 07:55:24 +0400
commit65b02bb9dc87ec52b3b3bc2fefa92827fb323003 (patch)
tree089ac49aa4dbe63e925552a82156124f52c1577c /src/xterm.h
parent99a0084e0549f0049b3597039bc86348587309b6 (diff)
downloademacs-65b02bb9dc87ec52b3b3bc2fefa92827fb323003.tar.gz
emacs-65b02bb9dc87ec52b3b3bc2fefa92827fb323003.zip
* xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontname
member which is not really used any more. (FRAME_XIC_BASE_FONTNAME): Remove. * xfns.c (xic_free_fontset): Adjust user. * xmenu.c (mouse_position_for_popup, x_activate_menubar) (update_frame_menubar, set_frame_menubar, free_frame_menubar) (create_and_show_popup_menu, xmenu_show, create_and_show_dialog) (xdialog_show): Use eassert for debugging check.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h
index bf1d40a2787..5324ef628e7 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -590,7 +590,6 @@ struct x_output
590 XIC xic; 590 XIC xic;
591 XIMStyle xic_style; 591 XIMStyle xic_style;
592 XFontSet xic_xfs; 592 XFontSet xic_xfs;
593 char *xic_base_fontname;
594#endif 593#endif
595 594
596 /* Relief GCs, colors etc. */ 595 /* Relief GCs, colors etc. */
@@ -754,7 +753,6 @@ enum
754#define FRAME_X_XIM_STYLES(f) (FRAME_X_DISPLAY_INFO (f)->xim_styles) 753#define FRAME_X_XIM_STYLES(f) (FRAME_X_DISPLAY_INFO (f)->xim_styles)
755#define FRAME_XIC_STYLE(f) ((f)->output_data.x->xic_style) 754#define FRAME_XIC_STYLE(f) ((f)->output_data.x->xic_style)
756#define FRAME_XIC_FONTSET(f) ((f)->output_data.x->xic_xfs) 755#define FRAME_XIC_FONTSET(f) ((f)->output_data.x->xic_xfs)
757#define FRAME_XIC_BASE_FONTNAME(f) ((f)->output_data.x->xic_base_fontname)
758 756
759/* Value is the smallest width of any character in any font on frame F. */ 757/* Value is the smallest width of any character in any font on frame F. */
760 758