comparison src/xterm.c @ 4974:09139fb51584

(XTmouse_position): Undo roland's change. Fix bug in bfox change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Nov 1993 02:33:43 +0000
parents 2d729d1bd643
children 14f3c98a5cc1
comparison
equal deleted inserted replaced
4973:4e5081dcfc25 4974:09139fb51584
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 {
1785 FRAME_PTR f1; 1785 FRAME_PTR f1;
1786 1786
1787 /* If this isn't an X-window frame, quit now. */ 1787 /* If this isn't an X-window frame, quit now. */
1788 if (!FRAME_X_P (f)) 1788 if (!FRAME_X_P (*f))
1789 return; 1789 return;
1790 1790
1791 BLOCK_INPUT; 1791 BLOCK_INPUT;
1792 1792
1793 if (! NILP (last_mouse_scroll_bar)) 1793 if (! NILP (last_mouse_scroll_bar))