# HG changeset patch # User Kim F. Storm # Date 1048287356 0 # Node ID 84e4dd9629ee33cea0e3ef343ccea8b853a4f027 # Parent 60d2db3594c3c7372a624e3d5b621137b60db39f (pixel_to_glyph_coords, glyph_to_pixel_coords): Add prototypes. diff -r 60d2db3594c3 -r 84e4dd9629ee src/dispextern.h --- a/src/dispextern.h Fri Mar 21 22:55:37 2003 +0000 +++ b/src/dispextern.h Fri Mar 21 22:55:56 2003 +0000 @@ -2556,6 +2556,9 @@ int window_box_right P_ ((struct window *, int)); void window_box_edges P_ ((struct window *, int, int *, int *, int *, int *)); 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 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 *,