changeset 66032:b032768d55ff

(remember_mouse_glyph): Add prototype.
author Kim F. Storm <storm@cua.dk>
date Tue, 11 Oct 2005 22:35:22 +0000
parents e87e004dee38
children ce2c44ba9ef1
files src/dispextern.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Tue Oct 11 22:35:06 2005 +0000
+++ b/src/dispextern.h	Tue Oct 11 22:35:22 2005 +0000
@@ -2615,6 +2615,8 @@
 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 *,