]> git.eshelyaron.com Git - emacs.git/commitdiff
* xdisp.c (draw_row_with_mouse_face): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 03:01:10 +0000 (20:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 03:01:10 +0000 (20:01 -0700)
* dispextern.h (draw_row_with_mouse_fave): Remove decl.

src/ChangeLog
src/dispextern.h
src/xdisp.c

index 5ab825bdb8df68f5c190c3bd3b6170ec6a17112b..5c1db97c9ccdc843496cd6e8954271eaca6f2b84 100644 (file)
@@ -1,5 +1,8 @@
 2011-04-14  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * 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.
index 267f2d22335f255b497dc5bbed978117d18c7ecd..840a27ebc6278a6af3b8b7ea7e4ffe176324eed1 100644 (file)
@@ -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);
 
index 17a7a34b8bea24ba3e5f4ddf8aa0468dff9b01f0..ecb0e34ed845e5af0161c83ccaaaeaf5566c01f0 100644 (file)
@@ -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)