diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 822b4054541..813400e8487 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2556,6 +2556,9 @@ int window_box_left P_ ((struct window *, int)); | |||
| 2556 | int window_box_right P_ ((struct window *, int)); | 2556 | int window_box_right P_ ((struct window *, int)); |
| 2557 | void window_box_edges P_ ((struct window *, int, int *, int *, int *, int *)); | 2557 | void window_box_edges P_ ((struct window *, int, int *, int *, int *, int *)); |
| 2558 | int estimate_mode_line_height P_ ((struct frame *, enum face_id)); | 2558 | int estimate_mode_line_height P_ ((struct frame *, enum face_id)); |
| 2559 | void pixel_to_glyph_coords P_ ((struct frame *, int, int, int *, int *, | ||
| 2560 | NativeRectangle *, int)); | ||
| 2561 | int glyph_to_pixel_coords P_ ((struct window *, int, int, int *, int *)); | ||
| 2559 | void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2562 | void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2560 | void redisplay_preserve_echo_area P_ ((int)); | 2563 | void redisplay_preserve_echo_area P_ ((int)); |
| 2561 | void set_cursor_from_row P_ ((struct window *, struct glyph_row *, | 2564 | void set_cursor_from_row P_ ((struct window *, struct glyph_row *, |