(x_set_mouse_color): Change default for cross_cursor to XC_hand2.
This commit is contained in:
parent
9170767df1
commit
5d449b177c
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue