]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 8a8b1ad7b3a1972945f220bf729dfa358512d6f8..0c996620daa824ba44f2ebe2f69882bbb82e0f10 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 e435d5500d9f9907108d9e3b72054e41d96be22d..e88421e73b07d3a72c58a01f2844c5be3809e7f6 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))
     {