comparison src/term.c @ 11150:030b401afd0e

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 29 Mar 1995 21:46:19 +0000
parents 894369e950f5
children e6bdaaa6ce1b
comparison
equal deleted inserted replaced
11149:8904c26c2182 11150:030b401afd0e
112 112
113 Set *time to the time the mouse was at the returned position. 113 Set *time to the time the mouse was at the returned position.
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. */
117 void (*mouse_position_hook) ( /* FRAME_PTR *f, 117 void (*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,
121 Lisp_Object *y, 121 Lisp_Object *y,
122 unsigned long *time */ ); 122 unsigned long *time */ );