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:
parent
5aadc2d2ee
commit
cedadcfab0
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue