aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 7d51850559b..7a15323551b 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -210,7 +210,6 @@ static int volatile input_signal_count;
210int w32_message_fd = -1; 210int w32_message_fd = -1;
211#endif /* CYGWIN */ 211#endif /* CYGWIN */
212 212
213static void x_update_window_end (struct window *, int, int);
214static void w32_handle_tool_bar_click (struct frame *, 213static void w32_handle_tool_bar_click (struct frame *,
215 struct input_event *); 214 struct input_event *);
216static void w32_define_cursor (Window, Cursor); 215static void w32_define_cursor (Window, Cursor);
@@ -676,8 +675,8 @@ w32_draw_vertical_window_border (struct window *w, int x, int y0, int y1)
676 here. */ 675 here. */
677 676
678static void 677static void
679x_update_window_end (struct window *w, int cursor_on_p, 678x_update_window_end (struct window *w, bool cursor_on_p,
680 int mouse_face_overwritten_p) 679 bool mouse_face_overwritten_p)
681{ 680{
682 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (XFRAME (w->frame)); 681 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (XFRAME (w->frame));
683 682
@@ -5300,8 +5299,8 @@ w32_clear_frame_area (struct frame *f, int x, int y, int width, int height)
5300 5299
5301static void 5300static void
5302w32_draw_window_cursor (struct window *w, struct glyph_row *glyph_row, 5301w32_draw_window_cursor (struct window *w, struct glyph_row *glyph_row,
5303 int x, int y, int cursor_type, int cursor_width, 5302 int x, int y, enum text_cursor_kinds cursor_type,
5304 int on_p, int active_p) 5303 int cursor_width, bool on_p, bool active_p)
5305{ 5304{
5306 if (on_p) 5305 if (on_p)
5307 { 5306 {