emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/msdos.c
diff -c emacs/src/msdos.c:1.167 emacs/src/msdos.c:1.168
*** emacs/src/msdos.c:1.167     Tue Apr  2 10:52:35 2002
--- emacs/src/msdos.c   Wed Apr  3 03:38:25 2002
***************
*** 1195,1203 ****
  
  /* Non-zero means automatically select any window when the mouse
     cursor moves into it.  */
! int autoselect_window_p;
  
! /* Last window where we saw the mouse.  Used by autoselect-window.  */
  static Lisp_Object last_mouse_window;
  
  static int mouse_preempted = 0;       /* non-zero when XMenu gobbles mouse 
events */
--- 1195,1203 ----
  
  /* Non-zero means automatically select any window when the mouse
     cursor moves into it.  */
! int mouse_autoselect_window;
  
! /* Last window where we saw the mouse.  Used by mouse-autoselect-window.  */
  static Lisp_Object last_mouse_window;
  
  static int mouse_preempted = 0;       /* non-zero when XMenu gobbles mouse 
events */
***************
*** 3411,3417 ****
            }
  
          /* Generate SELECT_WINDOW_EVENTs when needed.  */
!         if (autoselect_window_p)
            {
              int mouse_area;
  
--- 3411,3417 ----
            }
  
          /* Generate SELECT_WINDOW_EVENTs when needed.  */
!         if (mouse_autoselect_window)
            {
              int mouse_area;
  
***************
*** 5366,5374 ****
  This variable is used only by MSDOS terminals.  */);
    Vdos_unsupported_char_glyph = '\177';
  
!   DEFVAR_BOOL ("autoselect-window", &autoselect_window_p,
      doc: /* *Non-nil means autoselect window with mouse pointer.  */);
!   autoselect_window_p = 0;
  #endif
  #ifndef subprocesses
    DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes,
--- 5366,5374 ----
  This variable is used only by MSDOS terminals.  */);
    Vdos_unsupported_char_glyph = '\177';
  
!   DEFVAR_BOOL ("mouse-autoselect-window", &mouse_autoselect_window,
      doc: /* *Non-nil means autoselect window with mouse pointer.  */);
!   mouse_autoselect_window_p = 0;
  #endif
  #ifndef subprocesses
    DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes,



reply via email to

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