aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorAlexander Gramiak2019-03-23 11:19:40 -0600
committerAlexander Gramiak2019-04-26 16:10:49 -0600
commitff4e31fa328a2cee5197beb20f068eb021712b5c (patch)
treed49388dd87c3cf11f6231baae8a85089b3344c0f /src/window.c
parent86b6e91091ba14edb4811427fec8fe194f6520d4 (diff)
downloademacs-ff4e31fa328a2cee5197beb20f068eb021712b5c.tar.gz
emacs-ff4e31fa328a2cee5197beb20f068eb021712b5c.zip
Rename generic x_* procedures in xdisp.c
* src/xdisp.c (x_consider_frame_title, x_get_glyph_overhangs) (x_produce_glyphs, x_write_glyphs, x_insert_glyphs) (x_clear_end_of_line), x_fix_overlapping_area) (x_update_cursor, x_clear_cursor, x_clear_window_mouse_face) (x_draw_vertical_border, x_draw_right_divider, x_draw_bottom_divider) (x_intersect_rectangles): Rename with a gui prefix to indicate non-X-specific functionality. * src/composite.c: * src/dispextern.h: * src/nsfns.m: * src/nsterm.m: * src/w32fns.c: * src/w32term.c: * src/window.c: * src/xfns.c: * src/xterm.c: Use the renamed procedures.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index ef2ed638508..05340ea439f 100644
--- a/src/window.c
+++ b/src/window.c
@@ -220,7 +220,7 @@ static void
220wset_update_mode_line (struct window *w) 220wset_update_mode_line (struct window *w)
221{ 221{
222 /* If this window is the selected window on its frame, set the 222 /* If this window is the selected window on its frame, set the
223 global variable update_mode_lines, so that x_consider_frame_title 223 global variable update_mode_lines, so that gui_consider_frame_title
224 will consider this frame's title for redisplay. */ 224 will consider this frame's title for redisplay. */
225 Lisp_Object fselected_window = XFRAME (WINDOW_FRAME (w))->selected_window; 225 Lisp_Object fselected_window = XFRAME (WINDOW_FRAME (w))->selected_window;
226 226