emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfns.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Sun, 17 Mar 2002 23:38:15 -0500

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.542 emacs/src/xfns.c:1.543
*** emacs/src/xfns.c:1.542      Thu Mar 14 15:36:13 2002
--- emacs/src/xfns.c    Sun Mar 17 23:38:15 2002
***************
*** 1884,1892 ****
    FRAME_DESIRED_CURSOR (f) = x_specified_cursor_type (arg, &width);
    f->output_data.x->cursor_width = width;
  
!   /* Make sure the cursor gets redrawn.  This is overkill, but how
!      often do people change cursor types?  */
!   update_mode_lines++;
  }
  
  void
--- 1884,1891 ----
    FRAME_DESIRED_CURSOR (f) = x_specified_cursor_type (arg, &width);
    f->output_data.x->cursor_width = width;
  
!   /* Make sure the cursor gets redrawn.  */
!   cursor_type_changed = 1;
  }
  
  void



reply via email to

[Prev in Thread] Current Thread [Next in Thread]