From e5074ca4b1fe458019bafebde2fa38284ccd382c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 10 Nov 1993 22:56:45 +0000 Subject: [PATCH] (XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); static void XTmouse_position (f, bar_window, part, x, y, time) - FRAME_PTR *f; + FRAME_PTR f; Lisp_Object *bar_window; enum scroll_bar_part *part; Lisp_Object *x, *y; -- 2.39.5