From 3cd2f3279a5e4dabfa10e1fdebf4f47eb6c5a4c2 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Fri, 3 Mar 2000 20:32:33 +0000 Subject: [PATCH] (make_lispy_event): Call buffer_posn_from_coords with correct parameters. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 5a3511743de..ef3c2160a05 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -4670,7 +4670,7 @@ make_lispy_event (event) else XSETINT (posn, buffer_posn_from_coords (XWINDOW (window), - column, row)); + &column, &row)); } { -- 2.39.5