emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32term.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Wed, 03 Apr 2002 03:39:17 -0500

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.156 emacs/src/w32term.c:1.157
*** emacs/src/w32term.c:1.156   Mon Apr  1 08:45:27 2002
--- emacs/src/w32term.c Wed Apr  3 03:39:16 2002
***************
*** 172,178 ****
  
  /* Non-zero means autoselect window with the mouse cursor.  */
  
! int autoselect_window_p;
  
  /* Non-zero means draw block and hollow cursor as wide as the glyph
     under it.  For example, if a block cursor is over a tab, it will be
--- 172,178 ----
  
  /* Non-zero means autoselect window with the mouse cursor.  */
  
! int mouse_autoselect_window;
  
  /* Non-zero means draw block and hollow cursor as wide as the glyph
     under it.  For example, if a block cursor is over a tab, it will be
***************
*** 6296,6302 ****
    XSETFRAME (last_mouse_motion_frame, frame);
  
  #if 0 /* Calling Lisp asynchronously is not safe.  */
!   if (autoselect_window_p)
      {
        int area;
        Lisp_Object window;
--- 6296,6302 ----
    XSETFRAME (last_mouse_motion_frame, frame);
  
  #if 0 /* Calling Lisp asynchronously is not safe.  */
!   if (mouse_autoselect_window)
      {
        int area;
        Lisp_Object window;
***************
*** 11388,11396 ****
    staticpro (&previous_help_echo);
    help_echo_pos = -1;
  
!   DEFVAR_BOOL ("autoselect-window", &autoselect_window_p,
      doc: /* *Non-nil means autoselect window with mouse pointer.  */);
!   autoselect_window_p = 0;
  
    DEFVAR_BOOL ("w32-use-visible-system-caret",
               &w32_use_visible_system_caret,
--- 11388,11396 ----
    staticpro (&previous_help_echo);
    help_echo_pos = -1;
  
!   DEFVAR_BOOL ("mouse-autoselect-window", &mouse_autoselect_window,
      doc: /* *Non-nil means autoselect window with mouse pointer.  */);
!   mouse_autoselect_window = 0;
  
    DEFVAR_BOOL ("w32-use-visible-system-caret",
               &w32_use_visible_system_caret,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]