emacs-devel
[Top][All Lists]
Advanced

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

Re: Default cursor for x-sensitive-text-pointer-shape


From: Simon Marshall
Subject: Re: Default cursor for x-sensitive-text-pointer-shape
Date: Mon, 22 Apr 2002 06:24:41 -0400

> We may as well make Emacs compatible with what users expect.  Can you
> send a patch?

Seems those who expressed a preference preferred a hand pointer.
I prefer hand2, as does netscape on my Sun box, so here's a patch.

2002-04-22  Simon Marshall  <address@hidden>

        * xfns.c (x_set_mouse_color): Change default for cross_cursor
        to XC_hand2.

*** /rvcarma/marshals/ftp/emacs-pretest/src/xfns.c.~6~  Mon Mar 18 09:39:15 2002
--- /rvcarma/marshals/ftp/emacs-pretest/src/xfns.c      Mon Apr 22 10:53:22 2002
***************
*** 1517,1523 ****
        = XCreateFontCursor (dpy, XINT (Vx_sensitive_text_pointer_shape));
      }
    else
!     cross_cursor = XCreateFontCursor (dpy, XC_crosshair);
  
    if (!NILP (Vx_window_horizontal_drag_shape))
      {
--- 1517,1523 ----
        = XCreateFontCursor (dpy, XINT (Vx_sensitive_text_pointer_shape));
      }
    else
!     cross_cursor = XCreateFontCursor (dpy, XC_hand2);
  
    if (!NILP (Vx_window_horizontal_drag_shape))
      {

Diff finished at Mon Apr 22 11:20:09



reply via email to

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