1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

(XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *.

This commit is contained in:
Roland McGrath 1993-11-10 22:56:45 +00:00
parent 449c2677c3
commit e5074ca4b1

View file

@ -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;