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

Diff of /emacs/src/w32term.c

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

revision 1.156 by pj, Mon Apr 1 13:45:27 2002 UTC revision 1.157 by pj, Wed Apr 3 08:39:16 2002 UTC
# Line 172  static int any_help_event_p; Line 172  static int any_help_event_p;
172    
173  /* Non-zero means autoselect window with the mouse cursor.  */  /* Non-zero means autoselect window with the mouse cursor.  */
174    
175  int autoselect_window_p;  int mouse_autoselect_window;
176    
177  /* Non-zero means draw block and hollow cursor as wide as the glyph  /* Non-zero means draw block and hollow cursor as wide as the glyph
178     under it.  For example, if a block cursor is over a tab, it will be     under it.  For example, if a block cursor is over a tab, it will be
# Line 6296  note_mouse_movement (frame, msg) Line 6296  note_mouse_movement (frame, msg)
6296    XSETFRAME (last_mouse_motion_frame, frame);    XSETFRAME (last_mouse_motion_frame, frame);
6297    
6298  #if 0 /* Calling Lisp asynchronously is not safe.  */  #if 0 /* Calling Lisp asynchronously is not safe.  */
6299    if (autoselect_window_p)    if (mouse_autoselect_window)
6300      {      {
6301        int area;        int area;
6302        Lisp_Object window;        Lisp_Object window;
# Line 11388  affect on NT machines.  */); Line 11388  affect on NT machines.  */);
11388    staticpro (&previous_help_echo);    staticpro (&previous_help_echo);
11389    help_echo_pos = -1;    help_echo_pos = -1;
11390    
11391    DEFVAR_BOOL ("autoselect-window", &autoselect_window_p,    DEFVAR_BOOL ("mouse-autoselect-window", &mouse_autoselect_window,
11392      doc: /* *Non-nil means autoselect window with mouse pointer.  */);      doc: /* *Non-nil means autoselect window with mouse pointer.  */);
11393    autoselect_window_p = 0;    mouse_autoselect_window = 0;
11394    
11395    DEFVAR_BOOL ("w32-use-visible-system-caret",    DEFVAR_BOOL ("w32-use-visible-system-caret",
11396                 &w32_use_visible_system_caret,                 &w32_use_visible_system_caret,

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157

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