Subject: CVS commit: xsrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 04/21/2001 15:15:57
Module Name:	xsrc
Committed By:	pk
Date:		Sat Apr 21 12:15:57 UTC 2001

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

Log Message:
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.11 -r1.2 xsrc/xc/programs/xterm/misc.c

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