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 77e85ca2274..8ca35968a56 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -218,10 +218,9 @@ extern int errno;
218extern EMACS_INT extra_keyboard_modifiers; 218extern EMACS_INT extra_keyboard_modifiers;
219 219
220static void x_update_window_end P_ ((struct window *, int, int)); 220static void x_update_window_end P_ ((struct window *, int, int));
221void w32_delete_display P_ ((struct w32_display_info *));
222static void w32_handle_tool_bar_click P_ ((struct frame *, 221static void w32_handle_tool_bar_click P_ ((struct frame *,
223 struct input_event *)); 222 struct input_event *));
224void w32_define_cursor P_ ((Window, Cursor)); 223static void w32_define_cursor P_ ((Window, Cursor));
225 224
226void x_lower_frame P_ ((struct frame *)); 225void x_lower_frame P_ ((struct frame *));
227void x_scroll_bar_clear P_ ((struct frame *)); 226void x_scroll_bar_clear P_ ((struct frame *));
@@ -230,7 +229,7 @@ void x_raise_frame P_ ((struct frame *));
230void x_set_window_size P_ ((struct frame *, int, int, int)); 229void x_set_window_size P_ ((struct frame *, int, int, int));
231void x_wm_set_window_state P_ ((struct frame *, int)); 230void x_wm_set_window_state P_ ((struct frame *, int));
232void x_wm_set_icon_pixmap P_ ((struct frame *, int)); 231void x_wm_set_icon_pixmap P_ ((struct frame *, int));
233void w32_initialize P_ ((void)); 232static void w32_initialize P_ ((void));
234static void x_font_min_bounds P_ ((XFontStruct *, int *, int *)); 233static void x_font_min_bounds P_ ((XFontStruct *, int *, int *));
235int x_compute_min_glyph_bounds P_ ((struct frame *)); 234int x_compute_min_glyph_bounds P_ ((struct frame *));
236static void x_update_end P_ ((struct frame *)); 235static void x_update_end P_ ((struct frame *));
@@ -3278,7 +3277,7 @@ redo_mouse_highlight ()
3278 HIWORD (last_mouse_motion_event.lParam)); 3277 HIWORD (last_mouse_motion_event.lParam));
3279} 3278}
3280 3279
3281void 3280static void
3282w32_define_cursor (window, cursor) 3281w32_define_cursor (window, cursor)
3283 Window window; 3282 Window window;
3284 Cursor cursor; 3283 Cursor cursor;
@@ -6345,7 +6344,7 @@ static struct redisplay_interface w32_redisplay_interface =
6345 w32_shift_glyphs_for_insert 6344 w32_shift_glyphs_for_insert
6346}; 6345};
6347 6346
6348void 6347static void
6349w32_initialize () 6348w32_initialize ()
6350{ 6349{
6351 rif = &w32_redisplay_interface; 6350 rif = &w32_redisplay_interface;