changeset 27979:0eacc2b5db8a

(make_lispy_event): Call buffer_posn_from_coords with correct parameters.
author Jason Rumney <jasonr@gnu.org>
date Fri, 03 Mar 2000 20:32:33 +0000
parents 6c0c3e14d87f
children 350224e0efe6
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Fri Mar 03 20:29:08 2000 +0000
+++ b/src/keyboard.c	Fri Mar 03 20:32:33 2000 +0000
@@ -4670,7 +4670,7 @@
 	    else
 	      XSETINT (posn,
 		       buffer_posn_from_coords (XWINDOW (window),
-						column, row));
+						&column, &row));
 	  }
 
 	{