/[emacs]/emacs/src/frame.c
ViewVC logotype

Diff of /emacs/src/frame.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.279 by eliz, Mon Jan 14 13:47:02 2002 UTC revision 1.280 by kfstorm, Sat Feb 16 23:53:22 2002 UTC
# Line 79  Lisp_Object Qtty_color_mode; Line 79  Lisp_Object Qtty_color_mode;
79  Lisp_Object Vterminal_frame;  Lisp_Object Vterminal_frame;
80  Lisp_Object Vdefault_frame_alist;  Lisp_Object Vdefault_frame_alist;
81  Lisp_Object Vmouse_position_function;  Lisp_Object Vmouse_position_function;
82    Lisp_Object Vmouse_highlight;
83    
84  static void  static void
85  set_menu_bar_lines_1 (window, n)  set_menu_bar_lines_1 (window, n)
# Line 2535  This abnormal hook exists for the benefi Line 2536  This abnormal hook exists for the benefi
2536  which need to do mouse handling at the Lisp level.  */);  which need to do mouse handling at the Lisp level.  */);
2537    Vmouse_position_function = Qnil;    Vmouse_position_function = Qnil;
2538    
2539      DEFVAR_LISP ("mouse-highlight", &Vmouse_highlight,
2540                   doc: /* If non-nil, clickable text is highlighted when mouse is over it.  
2541    If the value is an integer, highlighting is only shown after moving the
2542    mouse, while keyboard input turns off the highlight even when the mouse
2543    is over the clickable text.  However, the mouse shape still indicates
2544    when the mouse is over clickable text.  */);
2545      Vmouse_highlight = make_number (1);
2546    
2547    DEFVAR_KBOARD ("default-minibuffer-frame", Vdefault_minibuffer_frame,    DEFVAR_KBOARD ("default-minibuffer-frame", Vdefault_minibuffer_frame,
2548                   doc: /* Minibufferless frames use this frame's minibuffer.                   doc: /* Minibufferless frames use this frame's minibuffer.
2549    

Legend:
Removed from v.1.279  
changed lines
  Added in v.1.280

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26