summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-10-11 22:35:22 +0000
committerKim F. Storm <storm@cua.dk>2005-10-11 22:35:22 +0000
commit2057bb2b0d63e8df9c44f6f4f02ea172683aab16 (patch)
treea738cabcbf0f943bd2cf05dee386621f2b687a1e /src/dispextern.h
parentd7260c51e9d52c5a7f719225fdff3e59ad1d52a9 (diff)
downloademacs-2057bb2b0d63e8df9c44f6f4f02ea172683aab16.tar.gz
(remember_mouse_glyph): Add prototype.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
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));
void pixel_to_glyph_coords P_ ((struct frame *, int, int, int *, int *,
NativeRectangle *, int));
int glyph_to_pixel_coords P_ ((struct window *, int, int, int *, int *));
+void remember_mouse_glyph P_ ((struct frame *, int, int, NativeRectangle *));
+
void mark_window_display_accurate P_ ((Lisp_Object, int));
void redisplay_preserve_echo_area P_ ((int));
void set_cursor_from_row P_ ((struct window *, struct glyph_row *,