diff 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
line wrap: on
line diff
--- a/src/xterm.c	Wed Nov 10 21:03:53 1993 +0000
+++ b/src/xterm.c	Wed Nov 10 22:56:45 1993 +0000
@@ -1776,7 +1776,7 @@
 
 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;