From: Paul Eggert Date: Thu, 14 Apr 2011 03:01:10 +0000 (-0700) Subject: * xdisp.c (draw_row_with_mouse_face): Now static. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1683e3ab56a340c9349c57a9a6185ed7a66f1c54;p=emacs.git * xdisp.c (draw_row_with_mouse_face): Now static. * dispextern.h (draw_row_with_mouse_fave): Remove decl. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5ab825bdb8d..5c1db97c9cc 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 267f2d22335..840a27ebc62 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 17a7a34b8be..ecb0e34ed84 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)