changeset 6925:f6a18b7160b1

(make_lispy_movement): Don't clip.
author Karl Heuer <kwzh@gnu.org>
date Sat, 16 Apr 1994 06:58:38 +0000
parents 88c4c40c8bd6
children 027b7de8a571
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat Apr 16 06:50:52 1994 +0000
+++ b/src/keyboard.c	Sat Apr 16 06:58:38 1994 +0000
@@ -2735,7 +2735,7 @@
       Lisp_Object posn;
       int column, row;
 
-      pixel_to_glyph_coords (frame, XINT (x), XINT (y), &column, &row, 0, 0);
+      pixel_to_glyph_coords (frame, XINT (x), XINT (y), &column, &row, 0, 1);
 
       if (frame)
 	window = window_from_coordinates (frame, column, row, &area);