(x_set_mouse_color): Change default for cross_cursor to XC_hand2.

This commit is contained in:
Richard M. Stallman 2002-04-23 19:08:44 +00:00
parent 9170767df1
commit 5d449b177c
2 changed files with 6 additions and 1 deletions

View file

@ -12,6 +12,11 @@
(notice_overwritten_cursor): Consider the cursor image erased if
the output area intersects the cursor image in y-direction.
2002-04-23 Simon Marshall <simon@gnu.org>
* xfns.c (x_set_mouse_color): Change default for cross_cursor
to XC_hand2.
2002-04-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* xdisp.c: Remove unused global variable

View file

@ -1650,7 +1650,7 @@ x_set_mouse_color (f, arg, oldval)
= XCreateFontCursor (dpy, XINT (Vx_sensitive_text_pointer_shape));
}
else
cross_cursor = XCreateFontCursor (dpy, XC_crosshair);
cross_cursor = XCreateFontCursor (dpy, XC_hand2);
if (!NILP (Vx_window_horizontal_drag_shape))
{