From f2e310132fbe1520c1b5f3da4faa2d2d47835e72 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Wed, 31 Oct 2007 14:15:35 -0700 Subject: Add CreatePixmap allocation hints. These hints allow an acceleration architecture to optimize allocation of certain types of pixmaps, such as pixmaps that will serve as backing pixmaps for redirected windows. --- cfb/cfb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cfb/cfb.h') diff --git a/cfb/cfb.h b/cfb/cfb.h index c9ceda9e8..6e9001f3f 100644 --- a/cfb/cfb.h +++ b/cfb/cfb.h @@ -739,7 +739,8 @@ extern PixmapPtr cfbCreatePixmap( ScreenPtr /*pScreen*/, int /*width*/, int /*height*/, - int /*depth*/ + int /*depth*/, + unsigned /*usage_hint*/ ); extern Bool cfbDestroyPixmap( -- cgit v1.2.3