aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorJason Rumney2003-01-22 23:03:44 +0000
committerJason Rumney2003-01-22 23:03:44 +0000
commit623cdbf20f4ab6c49f98aef73cd3c7dfa879d8a6 (patch)
treeb38998f31c0c00795be3e53bc3e540158780ef7e /src/w32fns.c
parent4a4a390ec4860a27d7be63016ccb4f66aa652b82 (diff)
downloademacs-623cdbf20f4ab6c49f98aef73cd3c7dfa879d8a6.tar.gz
emacs-623cdbf20f4ab6c49f98aef73cd3c7dfa879d8a6.zip
(x_set_cursor_type): Set cursor_type_changed,
not update_mode_lines, and always set it to 1.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 3e1f678d02c..a1fa27cf742 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -2359,9 +2359,8 @@ x_set_cursor_type (f, arg, oldval)
2359{ 2359{
2360 set_frame_cursor_types (f, arg); 2360 set_frame_cursor_types (f, arg);
2361 2361
2362 /* Make sure the cursor gets redrawn. This is overkill, but how 2362 /* Make sure the cursor gets redrawn. */
2363 often do people change cursor types? */ 2363 cursor_type_changed = 1;
2364 update_mode_lines++;
2365} 2364}
2366 2365
2367void 2366void