Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.

This is a new behavior for version 2.1 of EXA, and only takes effect if the
driver has requested that.  Otherwise, the previous behavior remains the same.
This commit is contained in:
Eric Anholt
2007-01-24 13:34:29 -08:00
parent b6b8559321
commit 7a12952fd4
4 changed files with 67 additions and 14 deletions

View File

@@ -249,7 +249,7 @@ exaCopyDirtyToFb (PixmapPtr pPixmap)
* Called when the memory manager decides it's time to kick the pixmap out of
* framebuffer entirely.
*/
static void
void
exaPixmapSave (ScreenPtr pScreen, ExaOffscreenArea *area)
{
PixmapPtr pPixmap = area->privData;