comparison src/xfns.c @ 2936:f9956cdb0d1d

(syms_of_xfns): Don't make Lisp vars x-mode-pointer-shape and x-nontext-pointer-shape.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 May 1993 20:22:10 +0000
parents cb1709f302e9
children a0ff2bc5dd05
comparison
equal deleted inserted replaced
2935:653e14f61220 2936:f9956cdb0d1d
3744 DEFVAR_INT ("mouse-buffer-offset", &mouse_buffer_offset, 3744 DEFVAR_INT ("mouse-buffer-offset", &mouse_buffer_offset,
3745 "The buffer offset of the character under the pointer."); 3745 "The buffer offset of the character under the pointer.");
3746 mouse_buffer_offset = 0; 3746 mouse_buffer_offset = 0;
3747 3747
3748 DEFVAR_INT ("x-pointer-shape", &Vx_pointer_shape, 3748 DEFVAR_INT ("x-pointer-shape", &Vx_pointer_shape,
3749 "The shape of the pointer when over text."); 3749 "The shape of the pointer when over text.\n\
3750 Changing the value does not affect existing frames\n\
3751 unless you set the mouse color.");
3750 Vx_pointer_shape = Qnil; 3752 Vx_pointer_shape = Qnil;
3751 3753
3754 #if 0
3752 DEFVAR_INT ("x-nontext-pointer-shape", &Vx_nontext_pointer_shape, 3755 DEFVAR_INT ("x-nontext-pointer-shape", &Vx_nontext_pointer_shape,
3753 "The shape of the pointer when not over text."); 3756 "The shape of the pointer when not over text.");
3757 #endif
3754 Vx_nontext_pointer_shape = Qnil; 3758 Vx_nontext_pointer_shape = Qnil;
3755 3759
3760 #if 0
3756 DEFVAR_INT ("x-mode-pointer-shape", &Vx_mode_pointer_shape, 3761 DEFVAR_INT ("x-mode-pointer-shape", &Vx_mode_pointer_shape,
3757 "The shape of the pointer when over the mode line."); 3762 "The shape of the pointer when over the mode line.");
3763 #endif
3758 Vx_mode_pointer_shape = Qnil; 3764 Vx_mode_pointer_shape = Qnil;
3759 3765
3760 DEFVAR_LISP ("x-cursor-fore-pixel", &Vx_cursor_fore_pixel, 3766 DEFVAR_LISP ("x-cursor-fore-pixel", &Vx_cursor_fore_pixel,
3761 "A string indicating the foreground color of the cursor box."); 3767 "A string indicating the foreground color of the cursor box.");
3762 Vx_cursor_fore_pixel = Qnil; 3768 Vx_cursor_fore_pixel = Qnil;