diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2013-08-13 12:58:15 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2013-08-13 12:58:15 +0400 |
commit | 9cda66e432f4f17a9aa150a56de389df5577c914 (patch) | |
tree | 33926337f7aba945c1a05a5668f6abfe75359896 /src/nsfns.m | |
parent | e4375ca7e087cb2ad74f0a3b9fb893500837f9c3 (diff) | |
download | emacs-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.m | 4 |
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 ;) */ |