summaryrefslogtreecommitdiff
path: root/fb/fb.h
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2007-11-15 12:12:02 -0800
committerAaron Plattner <aplattner@nvidia.com>2007-11-15 12:21:25 -0800
commitf797c96845a3fab37cda6839ebecf9ac5401fd6e (patch)
tree3db85a0412a2817be73a422e869d4b08edf14ff6 /fb/fb.h
parent6bc50de02108f822977fc7545da81fce95ea7ff4 (diff)
Save pixmap allocation hints into the PixmapRec.
Diffstat (limited to 'fb/fb.h')
-rw-r--r--fb/fb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fb/fb.h b/fb/fb.h
index 380e2e118..5c01c56c8 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -1621,7 +1621,8 @@ fbPictureInit (ScreenPtr pScreen,
*/
PixmapPtr
-fbCreatePixmapBpp (ScreenPtr pScreen, int width, int height, int depth, int bpp);
+fbCreatePixmapBpp (ScreenPtr pScreen, int width, int height, int depth, int bpp,
+ unsigned usage_hint);
PixmapPtr
fbCreatePixmap (ScreenPtr pScreen, int width, int height, int depth,