diff options
Diffstat (limited to 'src')
| -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 *)); |