aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 1d377f5a0da..ab4713b2d66 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1096,7 +1096,7 @@ and nil for X and Y.")
1096 { 1096 {
1097 col = XINT (x); 1097 col = XINT (x);
1098 row = XINT (y); 1098 row = XINT (y);
1099 pixel_to_glyph_coords (f, col, row, &col, &row, 0, 1); 1099 pixel_to_glyph_coords (f, col, row, &col, &row, NULL, 1);
1100 XSETINT (x, col); 1100 XSETINT (x, col);
1101 XSETINT (y, row); 1101 XSETINT (y, row);
1102 } 1102 }