]> git.eshelyaron.com Git - emacs.git/commitdiff
(pixel_to_glyph_coords, glyph_to_pixel_coords):
authorKim F. Storm <storm@cua.dk>
Fri, 21 Mar 2003 22:55:56 +0000 (22:55 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 21 Mar 2003 22:55:56 +0000 (22:55 +0000)
Add prototypes.

src/dispextern.h

index 822b40545411240510294f749e32008c2cf94e90..813400e8487f78f1c141e8b17665de79d34afb98 100644 (file)
@@ -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 *,