aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 7061d549607..d291898c3e8 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -11198,7 +11198,7 @@ x_erase_phys_cursor (w)
11198 if (cursor_glyph == NULL) 11198 if (cursor_glyph == NULL)
11199 goto mark_cursor_off; 11199 goto mark_cursor_off;
11200 11200
11201 x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x), 11201 x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x);
11202 11202
11203 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), 11203 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
11204 x, 11204 x,