[xserver-commit] xserver ChangeLog,3.57,3.58
Keith Packard
xserver-commit@pdx.freedesktop.org
Mon, 17 Nov 2003 23:10:16 -0800
Committed by: keithp
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv14580
Modified Files:
ChangeLog
Log Message:
* include/picturestr.h:
* render/picture.c: (PictureCreateDefaultFormats),
(PictureFindVisual), (PictureInitIndexedFormats),
(PictureMatchVisual), (PictureInit):
Switch from having a VisualPtr in an indexed picture format
to a Visual ID. Necessary because Composite reallocates the
visual array which scrambles our pointers. Only used during
server startup, so there's no performance impact at all.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.57
retrieving revision 3.58
diff -u -d -r3.57 -r3.58
--- ChangeLog 18 Nov 2003 03:41:37 -0000 3.57
+++ ChangeLog 18 Nov 2003 07:10:14 -0000 3.58
@@ -1,5 +1,16 @@
2003-11-17 Keith Packard <keithp@keithp.com>
+ * include/picturestr.h:
+ * render/picture.c: (PictureCreateDefaultFormats),
+ (PictureFindVisual), (PictureInitIndexedFormats),
+ (PictureMatchVisual), (PictureInit):
+ Switch from having a VisualPtr in an indexed picture format
+ to a Visual ID. Necessary because Composite reallocates the
+ visual array which scrambles our pointers. Only used during
+ server startup, so there's no performance impact at all.
+
+2003-11-17 Keith Packard <keithp@keithp.com>
+
* composite/compalloc.c: (compFreeClientWindow):
Damage borderSize when switching from manual to automatic
update. This repaints the window.