From 1683e3ab56a340c9349c57a9a6185ed7a66f1c54 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Apr 2011 20:01:10 -0700 Subject: [PATCH] * xdisp.c (draw_row_with_mouse_face): Now static. * dispextern.h (draw_row_with_mouse_fave): Remove decl. --- src/ChangeLog | 3 +++ src/dispextern.h | 2 -- src/xdisp.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 5ab825bdb8..5c1db97c9c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2011-04-14 Paul Eggert + * xdisp.c (draw_row_with_mouse_face): Now static. + * dispextern.h (draw_row_with_mouse_fave): Remove decl. + * window.h (check_all_windows): Mark externally visible. * window.c (window_deletion_count): Now static. diff --git a/src/dispextern.h b/src/dispextern.h index 267f2d2233..840a27ebc6 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -3051,8 +3051,6 @@ extern void x_clear_window_mouse_face (struct window *); extern void cancel_mouse_face (struct frame *); extern int clear_mouse_face (Mouse_HLInfo *); extern int cursor_in_mouse_face_p (struct window *w); -extern void draw_row_with_mouse_face (struct window *, int, struct glyph_row *, - int, int, enum draw_glyphs_face); extern void tty_draw_row_with_mouse_face (struct window *, struct glyph_row *, int, int, enum draw_glyphs_face); diff --git a/src/xdisp.c b/src/xdisp.c index 17a7a34b8b..ecb0e34ed8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -23875,7 +23875,7 @@ x_clear_cursor (struct window *w) /* Implementation of draw_row_with_mouse_face for GUI sessions, GPM, and MSDOS. */ -void +static void draw_row_with_mouse_face (struct window *w, int start_x, struct glyph_row *row, int start_hpos, int end_hpos, enum draw_glyphs_face draw) -- 2.20.1