From: Gerd Moellmann Date: Fri, 11 May 2001 15:11:45 +0000 (+0000) Subject: (clear_mouse_face): Remove prototype. X-Git-Tag: emacs-pretest-21.0.104~537 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd5f324b3c759d220bcef8ba81f8225d0c74c23f;p=emacs.git (clear_mouse_face): Remove prototype. --- diff --git a/src/ChangeLog b/src/ChangeLog index bac865421b4..34cf146e4ae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2001-05-11 Gerd Moellmann + * 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. diff --git a/src/xterm.h b/src/xterm.h index 9751619dd18..aecd5fead07 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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 *));