/[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.155 by pj, Sun Mar 31 16:42:29 2002 UTC revision 1.156 by pj, Mon Apr 1 13:45:27 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 x_autoselect_window_p;  int autoselect_window_p;
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 6295  note_mouse_movement (frame, msg) Line 6295  note_mouse_movement (frame, msg)
6295    memcpy (&last_mouse_motion_event, msg, sizeof (last_mouse_motion_event));    memcpy (&last_mouse_motion_event, msg, sizeof (last_mouse_motion_event));
6296    XSETFRAME (last_mouse_motion_frame, frame);    XSETFRAME (last_mouse_motion_frame, frame);
6297    
6298    if (x_autoselect_window_p)  #if 0 /* Calling Lisp asynchronously is not safe.  */
6299      if (autoselect_window_p)
6300      {      {
6301        int area;        int area;
6302        Lisp_Object window;        Lisp_Object window;
# Line 6314  note_mouse_movement (frame, msg) Line 6315  note_mouse_movement (frame, msg)
6315    
6316        last_window=window;        last_window=window;
6317      }      }
6318    #endif
6319    
6320    if (msg->hwnd != FRAME_W32_WINDOW (frame))    if (msg->hwnd != FRAME_W32_WINDOW (frame))
6321      {      {
# Line 11386  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 ("x-autoselect-window", &x_autoselect_window_p,    DEFVAR_BOOL ("autoselect-window", &autoselect_window_p,
11392      doc: /* *Non-nil means autoselect window with mouse pointer.  */);      doc: /* *Non-nil means autoselect window with mouse pointer.  */);
11393    x_autoselect_window_p = 0;    autoselect_window_p = 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.155  
changed lines
  Added in v.1.156

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