aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorStefan Monnier2008-06-10 20:22:10 +0000
committerStefan Monnier2008-06-10 20:22:10 +0000
commit2a3bd2e19336d9a83349575859cfb4842c2ec861 (patch)
tree99185c9d37c39d003f8b6395e03aa9c866be64f3 /src/dispextern.h
parentd5dc61631e773495e96ed2bbd3bca16c981e9f7e (diff)
downloademacs-2a3bd2e19336d9a83349575859cfb4842c2ec861.tar.gz
emacs-2a3bd2e19336d9a83349575859cfb4842c2ec861.zip
* xdisp.c (underline_minimum_offset): Rename from xterm.c's
x_underline_minimum_display_offset. (syms_of_xdisp): Declare it here rather than in xterm.c. * dispextern.h (underline_minimum_offset): Declare it. * w32term.c (x_draw_glyph_string): Use it. * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c. (syms_of_xterm): Don't declare it any more. (x_draw_glyph_string): Adjust to the new name. * cus-start.el (underline-minimum-offset) Rename from x-underline-minimum-display-offset.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 969f1c55021..883fa431724 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2705,6 +2705,7 @@ extern struct frame *last_mouse_frame;
2705extern int last_tool_bar_item; 2705extern int last_tool_bar_item;
2706extern Lisp_Object Vmouse_autoselect_window; 2706extern Lisp_Object Vmouse_autoselect_window;
2707extern int unibyte_display_via_language_environment; 2707extern int unibyte_display_via_language_environment;
2708extern EMACS_INT underline_minimum_offset;
2708 2709
2709extern void reseat_at_previous_visible_line_start P_ ((struct it *)); 2710extern void reseat_at_previous_visible_line_start P_ ((struct it *));
2710 2711