]> git.eshelyaron.com Git - emacs.git/commitdiff
(clear_mouse_face): Remove prototype.
authorGerd Moellmann <gerd@gnu.org>
Fri, 11 May 2001 15:11:45 +0000 (15:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 11 May 2001 15:11:45 +0000 (15:11 +0000)
src/ChangeLog
src/xterm.h

index bac865421b4fd9be3d83f1c4e9c994731af0af8f..34cf146e4ae51e0f64e4624de3772dce4d3caee5 100644 (file)
@@ -1,5 +1,12 @@
 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
 
+       * xterm.c (clear_mouse_face): Return 1 if text with mouse face was
+       actually redrawn.  Make the function static.
+       (note_mouse_highlight): Fix a case where the mouse cursor
+       was changed back to the text cursor.
+
+       * xterm.h (clear_mouse_face): Remove prototype.
+
        * xdisp.c (try_window_id): Fix the fix and set the right
        window_end_vpos.
 
index 9751619dd18ddeb7638971fcdb337fb3afbe5b78..aecd5fead073ff8e2d0532109c30d3650bc32431 100644 (file)
@@ -956,7 +956,6 @@ extern void pixel_to_glyph_coords P_ ((struct frame *, int, int,
 
 /* Defined in xterm.c */
 
-extern void clear_mouse_face P_ ((struct x_display_info *));
 extern void cancel_mouse_face P_ ((struct frame *));
 extern void x_scroll_bar_clear P_ ((struct frame *));
 extern void x_start_queuing_selection_requests P_ ((Display *));