diff options
| author | Paul Eggert | 2014-09-23 09:07:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-23 09:07:23 -0700 |
| commit | ccc7be94d73afce4295b6ee7eaa388d1cd930926 (patch) | |
| tree | f6c817bd0667f36c47cab9006f59882aaba83b62 /src/dispextern.h | |
| parent | 59e10fbd934323702a4586f50139d58db846bbf1 (diff) | |
| download | emacs-ccc7be94d73afce4295b6ee7eaa388d1cd930926.tar.gz emacs-ccc7be94d73afce4295b6ee7eaa388d1cd930926.zip | |
* dispextern.h, xdisp.c (window_box_right_offset): Now static.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 99396b1deef..81e36d7b3c6 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3176,7 +3176,6 @@ int window_box_width (struct window *, enum glyph_row_area); | |||
| 3176 | int window_box_left (struct window *, enum glyph_row_area); | 3176 | int window_box_left (struct window *, enum glyph_row_area); |
| 3177 | int window_box_left_offset (struct window *, enum glyph_row_area); | 3177 | int window_box_left_offset (struct window *, enum glyph_row_area); |
| 3178 | int window_box_right (struct window *, enum glyph_row_area); | 3178 | int window_box_right (struct window *, enum glyph_row_area); |
| 3179 | int window_box_right_offset (struct window *, enum glyph_row_area); | ||
| 3180 | int estimate_mode_line_height (struct frame *, enum face_id); | 3179 | int estimate_mode_line_height (struct frame *, enum face_id); |
| 3181 | int move_it_to (struct it *, ptrdiff_t, int, int, int, int); | 3180 | int move_it_to (struct it *, ptrdiff_t, int, int, int, int); |
| 3182 | void pixel_to_glyph_coords (struct frame *, int, int, int *, int *, | 3181 | void pixel_to_glyph_coords (struct frame *, int, int, int *, int *, |