diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 9 |
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; | |||
| 210 | int w32_message_fd = -1; | 210 | int w32_message_fd = -1; |
| 211 | #endif /* CYGWIN */ | 211 | #endif /* CYGWIN */ |
| 212 | 212 | ||
| 213 | static void x_update_window_end (struct window *, int, int); | ||
| 214 | static void w32_handle_tool_bar_click (struct frame *, | 213 | static void w32_handle_tool_bar_click (struct frame *, |
| 215 | struct input_event *); | 214 | struct input_event *); |
| 216 | static void w32_define_cursor (Window, Cursor); | 215 | static 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 | ||
| 678 | static void | 677 | static void |
| 679 | x_update_window_end (struct window *w, int cursor_on_p, | 678 | x_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 | ||
| 5301 | static void | 5300 | static void |
| 5302 | w32_draw_window_cursor (struct window *w, struct glyph_row *glyph_row, | 5301 | w32_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 | { |