diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 | ||||
| -rw-r--r-- | src/xterm.h | 1 |
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 @@ | |||
| 1 | 2001-05-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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 | ||
| 959 | extern void clear_mouse_face P_ ((struct x_display_info *)); | ||
| 960 | extern void cancel_mouse_face P_ ((struct frame *)); | 959 | extern void cancel_mouse_face P_ ((struct frame *)); |
| 961 | extern void x_scroll_bar_clear P_ ((struct frame *)); | 960 | extern void x_scroll_bar_clear P_ ((struct frame *)); |
| 962 | extern void x_start_queuing_selection_requests P_ ((Display *)); | 961 | extern void x_start_queuing_selection_requests P_ ((Display *)); |