Commit 49adb1e5 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

render/glyph.c: add missing usage_hint

was missing in 8b5bb2cd
parent fd842700
...@@ -589,7 +589,8 @@ miGlyphs(CARD8 op, ...@@ -589,7 +589,8 @@ miGlyphs(CARD8 op,
height = extents.y2 - extents.y1; height = extents.y2 - extents.y1;
pMaskPixmap = pMaskPixmap =
(*pScreen->CreatePixmap) (pScreen, width, height, (*pScreen->CreatePixmap) (pScreen, width, height,
maskFormat->depth); maskFormat->depth,
CREATE_PIXMAP_USAGE_SCRATCH);
if (!pMaskPixmap) if (!pMaskPixmap)
return; return;
component_alpha = NeedsComponent(maskFormat->format); component_alpha = NeedsComponent(maskFormat->format);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment