From 9cda66e432f4f17a9aa150a56de389df5577c914 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Tue, 13 Aug 2013 12:58:15 +0400 Subject: * 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. --- src/nsfns.m | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/nsfns.m') 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 ;) */ -- cgit v1.2.1