mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
kaa: update kaaCreatePixmap to support the new usage_int
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user