From 9652402e782a27477210ea6e3ff51c7987bae0af Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 4 Mar 2002 08:32:49 +0000 Subject: [PATCH] (x_display_and_set_cursor): Fix typo. --- src/ChangeLog | 4 ++++ src/w32term.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e3ff17e6a8f..848d7a87319 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-04 Juanma Barranquero + + * w32term.c (x_display_and_set_cursor): Fix typo. + 2002-03-03 Richard M. Stallman * fileio.c (Fmake_temp_name): Doc fix. diff --git a/src/w32term.c b/src/w32term.c index d4a071e30a0..8cec1b34bd2 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -9787,7 +9787,7 @@ x_display_and_set_cursor (w, on, hpos, vpos, x, y) && (!on || w->phys_cursor.x != x || w->phys_cursor.y != y - || new_cursor_type != w->phys_cursor_type) + || new_cursor_type != w->phys_cursor_type || (new_cursor_type == BAR_CURSOR && new_cursor_width != w->phys_cursor_width))) x_erase_phys_cursor (w); -- 2.39.5