diff options
Diffstat (limited to 'hw/xprint/ps/PsPixmap.c')
-rw-r--r-- | hw/xprint/ps/PsPixmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xprint/ps/PsPixmap.c b/hw/xprint/ps/PsPixmap.c index c3259c98c..d3ab198f8 100644 --- a/hw/xprint/ps/PsPixmap.c +++ b/hw/xprint/ps/PsPixmap.c @@ -91,7 +91,8 @@ PsCreatePixmap( ScreenPtr pScreen, int width, int height, - int depth) + int depth, + unsigned usage_hint) { PixmapPtr pPixmap; |