aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/xterm.h1
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bac865421b4..34cf146e4ae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12001-05-11 Gerd Moellmann <gerd@gnu.org> 12001-05-11 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (clear_mouse_face): Return 1 if text with mouse face was
4 actually redrawn. Make the function static.
5 (note_mouse_highlight): Fix a case where the mouse cursor
6 was changed back to the text cursor.
7
8 * xterm.h (clear_mouse_face): Remove prototype.
9
3 * xdisp.c (try_window_id): Fix the fix and set the right 10 * xdisp.c (try_window_id): Fix the fix and set the right
4 window_end_vpos. 11 window_end_vpos.
5 12
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,
956 956
957/* Defined in xterm.c */ 957/* Defined in xterm.c */
958 958
959extern void clear_mouse_face P_ ((struct x_display_info *));
960extern void cancel_mouse_face P_ ((struct frame *)); 959extern void cancel_mouse_face P_ ((struct frame *));
961extern void x_scroll_bar_clear P_ ((struct frame *)); 960extern void x_scroll_bar_clear P_ ((struct frame *));
962extern void x_start_queuing_selection_requests P_ ((Display *)); 961extern void x_start_queuing_selection_requests P_ ((Display *));