From: Jason Rumney Date: Sat, 25 May 2002 09:08:37 +0000 (+0000) Subject: (x_draw_bar_cursor): Update parameter list in declaration. X-Git-Tag: ttn-vms-21-2-B4~14882 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70fa9f1fa20229274a2ae8e6f7370fa792002eb5;p=emacs.git (x_draw_bar_cursor): Update parameter list in declaration. --- diff --git a/src/w32term.c b/src/w32term.c index e8797abeaf1..a61f19f5875 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -397,7 +397,8 @@ static void x_new_focus_frame P_ ((struct w32_display_info *, static void w32_frame_rehighlight P_ ((struct frame *)); static void x_frame_rehighlight P_ ((struct w32_display_info *)); static void x_draw_hollow_cursor P_ ((struct window *, struct glyph_row *)); -static void x_draw_bar_cursor P_ ((struct window *, struct glyph_row *, int)); +static void x_draw_bar_cursor P_ ((struct window *, struct glyph_row *, int, + enum text_cursor_kinds)); static void expose_frame P_ ((struct frame *, int, int, int, int)); static int expose_window_tree P_ ((struct window *, RECT *)); static int expose_window P_ ((struct window *, RECT *));