aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 4caed037bf2..b7a7105375a 100644
--- a/src/term.c
+++ b/src/term.c
@@ -114,7 +114,7 @@ int (*frame_up_to_date_hook) ();
114 114
115 This should clear mouse_moved until the next motion 115 This should clear mouse_moved until the next motion
116 event arrives. */ 116 event arrives. */
117void (*mouse_position_hook) ( /* FRAME_PTR *f, 117void (*mouse_position_hook) ( /* FRAME_PTR *f, int insist,
118 Lisp_Object *bar_window, 118 Lisp_Object *bar_window,
119 enum scroll_bar_part *part, 119 enum scroll_bar_part *part,
120 Lisp_Object *x, 120 Lisp_Object *x,