mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
Fix a really dumb typo.
This commit is contained in:
parent
f797c96845
commit
8d0cd1cd2c
2 changed files with 2 additions and 2 deletions
|
|
@ -1203,7 +1203,7 @@ ProcRenderAddGlyphs (ClientPtr client)
|
|||
|
||||
pDstPix = (pScreen->CreatePixmap) (pScreen,
|
||||
width, height, depth,
|
||||
CREATE_PIMXAP_USAGE_GLYPH_PICTURE);
|
||||
CREATE_PIXMAP_USAGE_GLYPH_PICTURE);
|
||||
|
||||
GlyphPicture (glyph)[screen] = pDst =
|
||||
CreatePicture (0, &pDstPix->drawable,
|
||||
|
|
|
|||
Loading…
Reference in a new issue