From: Kim F. Storm Date: Tue, 11 Oct 2005 22:35:22 +0000 (+0000) Subject: (remember_mouse_glyph): Add prototype. X-Git-Tag: emacs-pretest-22.0.90~6654 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7f18f68ff720399e4a8a48ba27b218f93992203;p=emacs.git (remember_mouse_glyph): Add prototype. --- 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 *,