changeset 45507:b69bbd1285d1

(x_draw_bar_cursor): Update parameter list in declaration.
author Jason Rumney <jasonr@gnu.org>
date Sat, 25 May 2002 09:08:37 +0000
parents b4c8b00444bb
children a6215676874e
files src/w32term.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.c	Sat May 25 05:15:07 2002 +0000
+++ b/src/w32term.c	Sat May 25 09:08:37 2002 +0000
@@ -397,7 +397,8 @@
 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 *));