Save pixmap allocation hints into the PixmapRec.

This commit is contained in:
Aaron Plattner 2007-11-15 12:12:02 -08:00
commit f797c96845
12 changed files with 17 additions and 4 deletions

View file

@ -548,7 +548,7 @@ fb24_32ReformatTile(PixmapPtr pOldTile, int bitsPerPixel)
pOldTile->drawable.width,
pOldTile->drawable.height,
pOldTile->drawable.depth,
bitsPerPixel);
bitsPerPixel, 0);
if (!pNewTile)
return 0;
fbGetDrawable (&pOldTile->drawable,