Subject: CVS commit: xsrc
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/21/2001 17:56:51
Module Name:	xsrc
Committed By:	tron
Date:		Sat Apr 21 14:56:51 UTC 2001

Modified Files:
	xsrc/xfree/xc/programs/xterm: misc.c

Log Message:
"Pull up" Paul Kranenburg's patch from the XFree86 3.3.6 sources:
The X Windows protocol spec says that `window enter/leave' and `window
focus' events are not ordered with respect to one another. Yet the xterm
event handlers are sensitive to such ordering, as evidenced by some
pointer warps (e.g. unobscuring the xterm window by closing an other
window on top of it by using a window manager shortcut key) leaving the
xterm cursor forever solid, i.e. xterm's internal state no longer
accurately tracks hte actual input focus.


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 xsrc/xfree/xc/programs/xterm/misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.