dix: Remove pScratchPixmap and other associated ABI changes

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston Sequoia
2022-12-21 22:14:01 -08:00
parent 6ee937b3be
commit 3cb3024fea
6 changed files with 8 additions and 21 deletions

View File

@@ -80,7 +80,7 @@ FreeScratchPixmapHeader(PixmapPtr pPixmap)
}
Bool
CreateScratchPixmapsForScreen(ScreenPtr pScreen)
PixmapScreenInit(ScreenPtr pScreen)
{
unsigned int pixmap_size;
@@ -88,16 +88,9 @@ CreateScratchPixmapsForScreen(ScreenPtr pScreen)
pScreen->totalPixmapSize =
BitmapBytePad(pixmap_size * 8);
/* NULL this out as it is no longer used */
pScreen->pScratchPixmap = NULL;
return TRUE;
}
void
FreeScratchPixmapsForScreen(ScreenPtr pScreen)
{
}
/* callable by ddx */
PixmapPtr
AllocatePixmap(ScreenPtr pScreen, int pixDataSize)