aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2002-05-25 09:08:37 +0000
committerJason Rumney2002-05-25 09:08:37 +0000
commit70fa9f1fa20229274a2ae8e6f7370fa792002eb5 (patch)
tree1c6be73c502822dbaa27c99274cac7d3176fe800
parent00cb70dc36ffb9b8aa5203ce71f6a122a6ce18e9 (diff)
downloademacs-70fa9f1fa20229274a2ae8e6f7370fa792002eb5.tar.gz
emacs-70fa9f1fa20229274a2ae8e6f7370fa792002eb5.zip
(x_draw_bar_cursor): Update parameter list in declaration.
-rw-r--r--src/w32term.c3
1 files changed, 2 insertions, 1 deletions
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 *,
397static void w32_frame_rehighlight P_ ((struct frame *)); 397static void w32_frame_rehighlight P_ ((struct frame *));
398static void x_frame_rehighlight P_ ((struct w32_display_info *)); 398static void x_frame_rehighlight P_ ((struct w32_display_info *));
399static void x_draw_hollow_cursor P_ ((struct window *, struct glyph_row *)); 399static void x_draw_hollow_cursor P_ ((struct window *, struct glyph_row *));
400static void x_draw_bar_cursor P_ ((struct window *, struct glyph_row *, int)); 400static void x_draw_bar_cursor P_ ((struct window *, struct glyph_row *, int,
401 enum text_cursor_kinds));
401static void expose_frame P_ ((struct frame *, int, int, int, int)); 402static void expose_frame P_ ((struct frame *, int, int, int, int));
402static int expose_window_tree P_ ((struct window *, RECT *)); 403static int expose_window_tree P_ ((struct window *, RECT *));
403static int expose_window P_ ((struct window *, RECT *)); 404static int expose_window P_ ((struct window *, RECT *));