(x_set_cursor_type): Set cursor_type_changed,

not update_mode_lines, and always set it to 1.
This commit is contained in:
Jason Rumney 2003-01-22 23:03:44 +00:00
parent 4a4a390ec4
commit 623cdbf20f

View file

@ -2359,9 +2359,8 @@ x_set_cursor_type (f, arg, oldval)
{
set_frame_cursor_types (f, arg);
/* Make sure the cursor gets redrawn. This is overkill, but how
often do people change cursor types? */
update_mode_lines++;
/* Make sure the cursor gets redrawn. */
cursor_type_changed = 1;
}
void