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: Mon, 01 Apr 2002 08:46:09 -0500

Index: emacs/src/msdos.c
diff -c emacs/src/msdos.c:1.165 emacs/src/msdos.c:1.166
*** emacs/src/msdos.c:1.165     Sun Mar 31 11:40:54 2002
--- emacs/src/msdos.c   Mon Apr  1 08:46:09 2002
***************
*** 1195,1203 ****
  
  /* Non-zero means automatically select any window when the mouse
     cursor moves into it.  */
! int x_autoselect_window_p;
  
! /* Last window where we saw the mouse.  Used by x-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 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 */
***************
*** 5366,5374 ****
  This variable is used only by MSDOS terminals.  */);
    Vdos_unsupported_char_glyph = '\177';
  
!   DEFVAR_BOOL ("x-autoselect-window", &x_autoselect_window_p,
      doc: /* *Non-nil means autoselect window with mouse pointer.  */);
!   x_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 ("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,



reply via email to

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