From 1853f74c1cede3a355e61ee504ec6289e0c58833 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 21 Mar 2003 22:55:56 +0000 Subject: [PATCH] (pixel_to_glyph_coords, glyph_to_pixel_coords): Add prototypes. --- src/dispextern.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dispextern.h b/src/dispextern.h index 822b4054541..813400e8487 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2556,6 +2556,9 @@ int window_box_left P_ ((struct window *, int)); 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 *, -- 2.39.2