diff options
| author | Kim F. Storm | 2003-03-21 22:55:56 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-03-21 22:55:56 +0000 |
| commit | 1853f74c1cede3a355e61ee504ec6289e0c58833 (patch) | |
| tree | b235b506f3ec8e2f8b4d02eee8bd04480e1178e7 /src | |
| parent | b22139fd24d5cbc0eed61522d16cef7cd9bf341d (diff) | |
| download | emacs-1853f74c1cede3a355e61ee504ec6289e0c58833.tar.gz emacs-1853f74c1cede3a355e61ee504ec6289e0c58833.zip | |
(pixel_to_glyph_coords, glyph_to_pixel_coords):
Add prototypes.
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 *, |