mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
dix: Remove pScratchPixmap and other associated ABI changes
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user