# HG changeset patch # User Richard M. Stallman # Date 738015730 0 # Node ID f9956cdb0d1dbe7f106a3dcffdcfa20d0efee006 # Parent 653e14f61220d6499e8ac53b0f9874c5a141a1c4 (syms_of_xfns): Don't make Lisp vars x-mode-pointer-shape and x-nontext-pointer-shape. diff -r 653e14f61220 -r f9956cdb0d1d src/xfns.c --- a/src/xfns.c Fri May 21 17:26:48 1993 +0000 +++ b/src/xfns.c Fri May 21 20:22:10 1993 +0000 @@ -3746,15 +3746,21 @@ mouse_buffer_offset = 0; DEFVAR_INT ("x-pointer-shape", &Vx_pointer_shape, - "The shape of the pointer when over text."); + "The shape of the pointer when over text.\n\ +Changing the value does not affect existing frames\n\ +unless you set the mouse color."); Vx_pointer_shape = Qnil; +#if 0 DEFVAR_INT ("x-nontext-pointer-shape", &Vx_nontext_pointer_shape, "The shape of the pointer when not over text."); +#endif Vx_nontext_pointer_shape = Qnil; +#if 0 DEFVAR_INT ("x-mode-pointer-shape", &Vx_mode_pointer_shape, "The shape of the pointer when over the mode line."); +#endif Vx_mode_pointer_shape = Qnil; DEFVAR_LISP ("x-cursor-fore-pixel", &Vx_cursor_fore_pixel,