comparison src/xterm.c @ 4972:2d729d1bd643

(XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *.
author Roland McGrath <roland@gnu.org>
date Wed, 10 Nov 1993 22:56:45 +0000
parents 617153da1136
children 09139fb51584
comparison
equal deleted inserted replaced
4971:8175d30c0181 4972:2d729d1bd643
1774 server to give us another MotionNotify when the mouse moves 1774 server to give us another MotionNotify when the mouse moves
1775 again. */ 1775 again. */
1776 1776
1777 static void 1777 static void
1778 XTmouse_position (f, bar_window, part, x, y, time) 1778 XTmouse_position (f, bar_window, part, x, y, time)
1779 FRAME_PTR *f; 1779 FRAME_PTR f;
1780 Lisp_Object *bar_window; 1780 Lisp_Object *bar_window;
1781 enum scroll_bar_part *part; 1781 enum scroll_bar_part *part;
1782 Lisp_Object *x, *y; 1782 Lisp_Object *x, *y;
1783 unsigned long *time; 1783 unsigned long *time;
1784 { 1784 {