diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-11-15 12:12:02 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-11-15 12:21:25 -0800 |
commit | f797c96845a3fab37cda6839ebecf9ac5401fd6e (patch) | |
tree | 3db85a0412a2817be73a422e869d4b08edf14ff6 /fb/fb24_32.c | |
parent | 6bc50de02108f822977fc7545da81fce95ea7ff4 (diff) |
Save pixmap allocation hints into the PixmapRec.
Diffstat (limited to 'fb/fb24_32.c')
-rw-r--r-- | fb/fb24_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fb24_32.c b/fb/fb24_32.c index 00b739b25..a03726b8d 100644 --- a/fb/fb24_32.c +++ b/fb/fb24_32.c @@ -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, |