From: Kim F. Storm Date: Sat, 27 May 2006 22:37:05 +0000 (+0000) Subject: (get_phys_cursor_geometry): Update prototype. X-Git-Tag: emacs-pretest-22.0.90~2244 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11d2f3e76d1807e71ef56b4c63fa698b630a3ab1;p=emacs.git (get_phys_cursor_geometry): Update prototype. --- diff --git a/src/dispextern.h b/src/dispextern.h index 43655ab9a19..2e1eae3fdb0 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2693,8 +2693,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 get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, + struct glyph *, int *, int *, int *)); extern void erase_phys_cursor P_ ((struct window *)); extern void display_and_set_cursor P_ ((struct window *, int, int, int, int, int));