* dispextern.h, xdisp.c (window_box_right_offset): Now static.

This commit is contained in:
Paul Eggert 2014-09-23 09:07:23 -07:00
parent 59e10fbd93
commit ccc7be94d7
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2014-09-23 Paul Eggert <eggert@cs.ucla.edu>
* dispextern.h, xdisp.c (window_box_right_offset): Now static.
2014-09-23 Dmitry Antipov <dmantipov@yandex.ru>
Use known length of a Lisp string to copy it faster.

View file

@ -3176,7 +3176,6 @@ int window_box_width (struct window *, enum glyph_row_area);
int window_box_left (struct window *, enum glyph_row_area);
int window_box_left_offset (struct window *, enum glyph_row_area);
int window_box_right (struct window *, enum glyph_row_area);
int window_box_right_offset (struct window *, enum glyph_row_area);
int estimate_mode_line_height (struct frame *, enum face_id);
int move_it_to (struct it *, ptrdiff_t, int, int, int, int);
void pixel_to_glyph_coords (struct frame *, int, int, int *, int *,

View file

@ -1144,7 +1144,7 @@ window_box_left_offset (struct window *w, enum glyph_row_area area)
area AREA of window W. ANY_AREA means return the right edge of the
whole window, to the left of the right fringe of W. */
int
static int
window_box_right_offset (struct window *w, enum glyph_row_area area)
{
/* Don't return more than the window's pixel width. */