From 70fa9f1fa20229274a2ae8e6f7370fa792002eb5 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 25 May 2002 09:08:37 +0000 Subject: [PATCH] (x_draw_bar_cursor): Update parameter list in declaration. --- src/w32term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 *)); -- 2.39.5