1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00

(x_set_cursor_color): Use x_update_cursor.

This commit is contained in:
Richard M. Stallman 1996-08-31 20:12:15 +00:00
parent 5aadc2d2ee
commit cedadcfab0

View file

@ -1400,8 +1400,8 @@ x_set_cursor_color (f, arg, oldval)
if (FRAME_VISIBLE_P (f))
{
x_display_cursor (f, 0);
x_display_cursor (f, 1);
x_update_cursor (f, 0);
x_update_cursor (f, 1);
}
}
}