changeset 44786:e21e4c449a60

(x_set_mouse_color): Change default for cross_cursor to XC_hand2.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Apr 2002 19:08:37 +0000
parents a59fec4b6783
children 52c7302e3dc2
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Tue Apr 23 18:36:05 2002 +0000
+++ b/src/xfns.c	Tue Apr 23 19:08:37 2002 +0000
@@ -1650,7 +1650,7 @@
 	= 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))
     {