emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Mon, 04 Oct 2004 10:13:35 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.911 emacs/src/xdisp.c:1.912
*** emacs/src/xdisp.c:1.911     Wed Sep 29 11:58:05 2004
--- emacs/src/xdisp.c   Mon Oct  4 13:52:26 2004
***************
*** 215,220 ****
--- 215,222 ----
  extern int interrupt_input;
  extern int command_loop_level;
  
+ extern Lisp_Object do_mouse_tracking;
+ 
  extern int minibuffer_auto_raise;
  extern Lisp_Object Vminibuffer_list;
  
***************
*** 20764,20769 ****
--- 20766,20775 ----
       Cursor cursor;
       Lisp_Object pointer;
  {
+   /* Do not change cursor shape while dragging mouse.  */
+   if (!NILP (do_mouse_tracking))
+     return;
+ 
    if (!NILP (pointer))
      {
        if (EQ (pointer, Qarrow))




reply via email to

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