[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xterm.c
From: |
Jan Djärv |
Subject: |
[Emacs-diffs] Changes to emacs/src/xterm.c |
Date: |
Fri, 28 Jun 2002 15:53:05 -0400 |
Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.738 emacs/src/xterm.c:1.739
*** emacs/src/xterm.c:1.738 Fri Jun 28 15:42:48 2002
--- emacs/src/xterm.c Fri Jun 28 15:53:04 2002
***************
*** 10912,10926 ****
}
case FocusIn:
! {
int n;
n = x_detect_focus_change (dpyinfo, &event, bufp, numchars);
if (n > 0)
! {
! bufp += n, count += n, numchars -= n;
! }
! }
goto OTHER;
--- 10912,10926 ----
}
case FocusIn:
! {
int n;
n = x_detect_focus_change (dpyinfo, &event, bufp, numchars);
if (n > 0)
! {
! bufp += n, count += n, numchars -= n;
! }
! }
goto OTHER;