emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sat, 31 Aug 2002 06:16:41 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.782 emacs/src/xdisp.c:1.783
*** emacs/src/xdisp.c:1.782     Fri Aug 30 19:10:09 2002
--- emacs/src/xdisp.c   Sat Aug 31 06:16:40 2002
***************
*** 15320,15327 ****
      }
  
    /* Nonselected window or nonselected frame.  */
!   else if (f != FRAME_X_DISPLAY_INFO (f)->x_highlight_frame
!       || w != XWINDOW (f->selected_window))
      {
        if (MINI_WINDOW_P (w) && minibuf_level == 0)
        return NO_CURSOR;
--- 15320,15330 ----
      }
  
    /* Nonselected window or nonselected frame.  */
!   else if (w != XWINDOW (f->selected_window)
! #ifdef HAVE_WINDOW_SYSTEM
!          || f != FRAME_X_DISPLAY_INFO (f)->x_highlight_frame
! #endif
!          )
      {
        if (MINI_WINDOW_P (w) && minibuf_level == 0)
        return NO_CURSOR;




reply via email to

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