xserver ChangeLog,3.294,3.295

Keith Packard <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 8 Feb 2005 14:53:46 -0800 (PST)
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: keithp

Update of /cvs/xserver/xserver
In directory gabe:/tmp/cvs-serv19708

Modified Files:
	ChangeLog 
Log Message:
2005-02-08  Keith Packard  <[email protected]>

	* dix/window.c:
	Semi-support for ShapeInput from WarpPointer request.
	Broken in that overlying windows with Input regions won't
	do the right thing.  Somewhat tricky to fix; the obvious
	kludge is just to search.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.294
retrieving revision 3.295
diff -u -d -r3.294 -r3.295
--- ChangeLog	8 Feb 2005 22:45:21 -0000	3.294
+++ ChangeLog	8 Feb 2005 22:53:44 -0000	3.295
@@ -1,5 +1,13 @@
 2005-02-08  Keith Packard  <[email protected]>
 
+	* dix/window.c:
+	Semi-support for ShapeInput from WarpPointer request.
+	Broken in that overlying windows with Input regions won't
+	do the right thing.  Somewhat tricky to fix; the obvious
+	kludge is just to search.
+
+2005-02-08  Keith Packard  <[email protected]>
+
 	* hw/xgl/glx/xglx.c: (InitOutput):
 	* hw/xgl/xglpixmap.c: (xglPixmapCreateDamage):
 	update Xgl to changes in damage API.