summaryrefslogtreecommitdiff
path: root/hw/xgl/xglglyph.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xgl/xglglyph.c')
-rw-r--r--hw/xgl/xglglyph.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xgl/xglglyph.c b/hw/xgl/xglglyph.c
index 7a601889c..c1a484ac0 100644
--- a/hw/xgl/xglglyph.c
+++ b/hw/xgl/xglglyph.c
@@ -1075,7 +1075,8 @@ xglGlyphs (CARD8 op,
pPixmap = (*pScreen->CreatePixmap) (pScreen,
rect.width, rect.height,
- maskFormat->depth);
+ maskFormat->depth,
+ CREATE_PIXMAP_USAGE_SCRATCH);
if (!pPixmap)
return;