aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index be40d7652ac..20e34d9417c 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -2029,7 +2029,7 @@ get_phys_cursor_geometry (w, row, glyph, heightp)
2029 } 2029 }
2030 } 2030 }
2031 2031
2032 *heightp = h - 1; 2032 *heightp = h;
2033 return WINDOW_TO_FRAME_PIXEL_Y (w, y); 2033 return WINDOW_TO_FRAME_PIXEL_Y (w, y);
2034} 2034}
2035 2035