kaa: update kaaCreatePixmap to support the new usage_int

This commit is contained in:
Dodji Seketeli 2007-11-20 15:39:49 +01:00
parent ea9c63e93b
commit be0cbe5a33

View File

@ -314,7 +314,7 @@ kaaCreatePixmap(ScreenPtr pScreen, int w, int h, int depth, unsigned usage_hint)
}
}
pPixmap = fbCreatePixmapBpp (pScreen, w, h, depth, bpp);
pPixmap = fbCreatePixmapBpp (pScreen, w, h, depth, bpp, usage_hint);
if (!pPixmap)
return NULL;
pKaaPixmap = KaaGetPixmapPriv(pPixmap);