aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index c74b151c779..0f86fa9f477 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2735,7 +2735,7 @@ make_lispy_movement (frame, bar_window, part, x, y, time)
2735 Lisp_Object posn; 2735 Lisp_Object posn;
2736 int column, row; 2736 int column, row;
2737 2737
2738 pixel_to_glyph_coords (frame, XINT (x), XINT (y), &column, &row, 0, 0); 2738 pixel_to_glyph_coords (frame, XINT (x), XINT (y), &column, &row, 0, 1);
2739 2739
2740 if (frame) 2740 if (frame)
2741 window = window_from_coordinates (frame, column, row, &area); 2741 window = window_from_coordinates (frame, column, row, &area);