diff options
| author | Jason Rumney | 2002-05-25 09:08:37 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-05-25 09:08:37 +0000 |
| commit | 70fa9f1fa20229274a2ae8e6f7370fa792002eb5 (patch) | |
| tree | 1c6be73c502822dbaa27c99274cac7d3176fe800 | |
| parent | 00cb70dc36ffb9b8aa5203ce71f6a122a6ce18e9 (diff) | |
| download | emacs-70fa9f1fa20229274a2ae8e6f7370fa792002eb5.tar.gz emacs-70fa9f1fa20229274a2ae8e6f7370fa792002eb5.zip | |
(x_draw_bar_cursor): Update parameter list in declaration.
| -rw-r--r-- | src/w32term.c | 3 |
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 *, | |||
| 397 | static void w32_frame_rehighlight P_ ((struct frame *)); | 397 | static void w32_frame_rehighlight P_ ((struct frame *)); |
| 398 | static void x_frame_rehighlight P_ ((struct w32_display_info *)); | 398 | static void x_frame_rehighlight P_ ((struct w32_display_info *)); |
| 399 | static void x_draw_hollow_cursor P_ ((struct window *, struct glyph_row *)); | 399 | static void x_draw_hollow_cursor P_ ((struct window *, struct glyph_row *)); |
| 400 | static void x_draw_bar_cursor P_ ((struct window *, struct glyph_row *, int)); | 400 | static void x_draw_bar_cursor P_ ((struct window *, struct glyph_row *, int, |
| 401 | enum text_cursor_kinds)); | ||
| 401 | static void expose_frame P_ ((struct frame *, int, int, int, int)); | 402 | static void expose_frame P_ ((struct frame *, int, int, int, int)); |
| 402 | static int expose_window_tree P_ ((struct window *, RECT *)); | 403 | static int expose_window_tree P_ ((struct window *, RECT *)); |
| 403 | static int expose_window P_ ((struct window *, RECT *)); | 404 | static int expose_window P_ ((struct window *, RECT *)); |