summaryrefslogtreecommitdiff
path: root/glamor/glamor_glyphs.c
diff options
context:
space:
mode:
Diffstat (limited to 'glamor/glamor_glyphs.c')
-rw-r--r--glamor/glamor_glyphs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/glamor_glyphs.c b/glamor/glamor_glyphs.c
index 2b2c735d4..a04ae8261 100644
--- a/glamor/glamor_glyphs.c
+++ b/glamor/glamor_glyphs.c
@@ -332,7 +332,7 @@ glamor_realize_glyph_caches(ScreenPtr pScreen)
pixmap = pScreen->CreatePixmap(pScreen,
CACHE_PICTURE_SIZE,
CACHE_PICTURE_SIZE + MASK_CACHE_MAX_SIZE,
- depth, 0);
+ depth, GLAMOR_CREATE_NO_LARGE);
if (!pixmap)
goto bail;