diff options
Diffstat (limited to 'hw/xgl/xgl.h')
-rw-r--r-- | hw/xgl/xgl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xgl/xgl.h b/hw/xgl/xgl.h index 7bca1d53e..80fa69577 100644 --- a/hw/xgl/xgl.h +++ b/hw/xgl/xgl.h @@ -870,7 +870,8 @@ PixmapPtr xglCreatePixmap (ScreenPtr pScreen, int width, int height, - int depth); + int depth, + unsigned usage_hint); void xglFiniPixmap (PixmapPtr pPixmap); |