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: Tue, 23 Apr 2002 15:08:38 -0400

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.545 emacs/src/xfns.c:1.546
*** emacs/src/xfns.c:1.545      Fri Apr 19 07:45:27 2002
--- emacs/src/xfns.c    Tue Apr 23 15:08:37 2002
***************
*** 1650,1656 ****
        = XCreateFontCursor (dpy, XINT (Vx_sensitive_text_pointer_shape));
      }
    else
!     cross_cursor = XCreateFontCursor (dpy, XC_crosshair);
  
    if (!NILP (Vx_window_horizontal_drag_shape))
      {
--- 1650,1656 ----
        = XCreateFontCursor (dpy, XINT (Vx_sensitive_text_pointer_shape));
      }
    else
!     cross_cursor = XCreateFontCursor (dpy, XC_hand2);
  
    if (!NILP (Vx_window_horizontal_drag_shape))
      {



reply via email to

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