aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorRoland McGrath1993-11-10 22:56:45 +0000
committerRoland McGrath1993-11-10 22:56:45 +0000
commite5074ca4b1fe458019bafebde2fa38284ccd382c (patch)
tree1dd6e943f556b9777553a00ac37b9c559087654c /src/xterm.c
parent449c2677c3fe5fa7660382fb8a601fc35c7166e3 (diff)
downloademacs-e5074ca4b1fe458019bafebde2fa38284ccd382c.tar.gz
emacs-e5074ca4b1fe458019bafebde2fa38284ccd382c.zip
(XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 97f39dd3f23..a5e47d2dac8 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -1776,7 +1776,7 @@ static void x_scroll_bar_report_motion ();
1776 1776
1777static void 1777static void
1778XTmouse_position (f, bar_window, part, x, y, time) 1778XTmouse_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;