summaryrefslogtreecommitdiff
path: root/src/nsfns.m
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2013-08-13 12:58:15 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2013-08-13 12:58:15 +0400
commit9cda66e432f4f17a9aa150a56de389df5577c914 (patch)
tree33926337f7aba945c1a05a5668f6abfe75359896 /src/nsfns.m
parente4375ca7e087cb2ad74f0a3b9fb893500837f9c3 (diff)
downloademacs-9cda66e432f4f17a9aa150a56de389df5577c914.tar.gz
* nsfns.m (x_set_cursor_type):
* w32fns.c (x_set_cursor_type): * xfns.m (x_set_cursor_type): Do not set cursor_type_changed here... * xdisp.c (set_frame_cursor_types): ...but in common code.
Diffstat (limited to 'src/nsfns.m')
-rw-r--r--src/nsfns.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index ba0dba8c7e7..fc276c2b12d 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -860,11 +860,7 @@ static void
x_set_cursor_type (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
{
set_frame_cursor_types (f, arg);
-
- /* Make sure the cursor gets redrawn. */
- cursor_type_changed = 1;
}
-
/* called to set mouse pointer color, but all other terms use it to
initialize pointer types (and don't set the color ;) */