/[emacs]/emacs/src/xterm.c
ViewVC logotype

Diff of /emacs/src/xterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.717 by pj, Mon Apr 1 13:43:58 2002 UTC revision 1.718 by pj, Mon Apr 1 16:55:33 2002 UTC
# Line 10890  XTread_socket (sd, bufp, numchars, expec Line 10890  XTread_socket (sd, bufp, numchars, expec
10890                          /* Window will be selected only when it is not selected now and                          /* Window will be selected only when it is not selected now and
10891                             last mouse movement event was not in it.  Minibuffer window                             last mouse movement event was not in it.  Minibuffer window
10892                             will be selected iff it is active.  */                             will be selected iff it is active.  */
10893                          if (!EQ (window, last_window)                          if (WINDOWP(window)
10894                                && !EQ (window, last_window)
10895                              && !EQ (window, selected_window)                              && !EQ (window, selected_window)
10896                              && numchars > 0)                              && numchars > 0)
10897                            {                            {

Legend:
Removed from v.1.717  
changed lines
  Added in v.1.718

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