aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 *));