(x_set_mouse_color): Change default for cross_cursor to XC_hand2.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Apr 2002 19:08:44 +0000 (19:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Apr 2002 19:08:44 +0000 (19:08 +0000)
src/ChangeLog
src/xfns.c

index 8a8b1ad..0c99662 100644 (file)
        (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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xdisp.c: Remove unused global variable
index e435d55..e88421e 100644 (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))
     {