]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_phys_cursor_geometry): Add prototype.
authorKim F. Storm <storm@cua.dk>
Thu, 27 Jan 2005 22:33:01 +0000 (22:33 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 27 Jan 2005 22:33:01 +0000 (22:33 +0000)
src/dispextern.h

index 89a8fe39aeb6c6782356ec69ed855057e403b0d3..3b72e54b6d165ed388935fc32d9fbc052e4b4bfd 100644 (file)
@@ -2644,6 +2644,8 @@ extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *,
 extern void draw_phys_cursor_glyph P_ ((struct window *,
                                          struct glyph_row *,
                                          enum draw_glyphs_face));
+extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
+                                        struct glyph *, int *));
 extern void erase_phys_cursor P_ ((struct window *));
 extern void display_and_set_cursor P_ ((struct window *,
                                          int, int, int, int, int));