Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
623cdbf2
Commit
623cdbf2
authored
Jan 22, 2003
by
Jason Rumney
Browse files
(x_set_cursor_type): Set cursor_type_changed,
not update_mode_lines, and always set it to 1.
parent
4a4a390e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/w32fns.c
src/w32fns.c
+2
-3
No files found.
src/w32fns.c
View file @
623cdbf2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment