diff options
| author | Kim F. Storm | 2005-10-11 22:35:22 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-10-11 22:35:22 +0000 |
| commit | d7f18f68ff720399e4a8a48ba27b218f93992203 (patch) | |
| tree | 2dc1c624489edc30b92ee0a8b6097cd75736dee4 /src | |
| parent | 7a1277840dddc133eb1160e133daaaa76a0766f3 (diff) | |
| download | emacs-d7f18f68ff720399e4a8a48ba27b218f93992203.tar.gz emacs-d7f18f68ff720399e4a8a48ba27b218f93992203.zip | |
(remember_mouse_glyph): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 63922183a0b..5700a958cd3 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2615,6 +2615,8 @@ int estimate_mode_line_height P_ ((struct frame *, enum face_id)); | |||
| 2615 | void pixel_to_glyph_coords P_ ((struct frame *, int, int, int *, int *, | 2615 | void pixel_to_glyph_coords P_ ((struct frame *, int, int, int *, int *, |
| 2616 | NativeRectangle *, int)); | 2616 | NativeRectangle *, int)); |
| 2617 | int glyph_to_pixel_coords P_ ((struct window *, int, int, int *, int *)); | 2617 | int glyph_to_pixel_coords P_ ((struct window *, int, int, int *, int *)); |
| 2618 | void remember_mouse_glyph P_ ((struct frame *, int, int, NativeRectangle *)); | ||
| 2619 | |||
| 2618 | void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2620 | void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2619 | void redisplay_preserve_echo_area P_ ((int)); | 2621 | void redisplay_preserve_echo_area P_ ((int)); |
| 2620 | void set_cursor_from_row P_ ((struct window *, struct glyph_row *, | 2622 | void set_cursor_from_row P_ ((struct window *, struct glyph_row *, |