xserver ChangeLog,3.384,3.385
Keith Packard
xserver-commit at pdx.freedesktop.org
Sat Jan 21 20:50:17 PST 2006
Committed by: keithp
Update of /cvs/xserver/xserver
In directory gabe:/tmp/cvs-serv21727
Modified Files:
ChangeLog
Log Message:
2006-01-21 Keith Packard <keithp at keithp.com>
* composite/compalloc.c: (compEnsureWindowPrivate),
(compCheckWindowPrivateNeeded), (compSaveBeforeRedirect),
(compRestoreAfterRedirect), (compRedirectWindow),
(compFreeClientWindow), (compRedirectSubwindows),
(compFreeClientSubwindows):
* composite/compint.h:
Eliminate one of the two WindowPrivate indices to save
memory in unredirected windows.
Clear StructureNotify and SubstructureNotify bits as necessary
to avoid delivering MapNotify/UnmapNotify events during
redirect allocation/deallocation.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.384
retrieving revision 3.385
diff -u -d -r3.384 -r3.385
--- ChangeLog 9 Jan 2006 00:36:04 -0000 3.384
+++ ChangeLog 22 Jan 2006 04:50:14 -0000 3.385
@@ -1,3 +1,19 @@
+2006-01-21 Keith Packard <keithp at keithp.com>
+
+ * composite/compalloc.c: (compEnsureWindowPrivate),
+ (compCheckWindowPrivateNeeded), (compSaveBeforeRedirect),
+ (compRestoreAfterRedirect), (compRedirectWindow),
+ (compFreeClientWindow), (compRedirectSubwindows),
+ (compFreeClientSubwindows):
+ * composite/compint.h:
+
+ Eliminate one of the two WindowPrivate indices to save
+ memory in unredirected windows.
+
+ Clear StructureNotify and SubstructureNotify bits as necessary
+ to avoid delivering MapNotify/UnmapNotify events during
+ redirect allocation/deallocation.
+
2006-01-09 David Reveman <davidr at novell.com>
* hw/xgl/glxext/xglglxext.c:
More information about the xserver-commit
mailing list