xserver ChangeLog,3.384,3.385
Keith Packard <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Sat, 21 Jan 2006 20:50:17 -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-serv21727 Modified Files: ChangeLog Log Message: 2006-01-21 Keith Packard <[email protected]> * 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 <[email protected]> + + * 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 <[email protected]> * hw/xgl/glxext/xglglxext.c: