Module Name: xsrc
Committed By: macallan
Date: Thu Dec 22 21:31:08 UTC 2016
Modified Files:
xsrc/external/mit/xorg-server/dist/exa: exa_glyphs.c
Log Message:
fix tpyo - now fallback to ARGB masks when rendering glyphs actually works
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
xsrc/external/mit/xorg-server/dist/exa/exa_glyphs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xorg-server/dist/exa/exa_glyphs.c
diff -u xsrc/external/mit/xorg-server/dist/exa/exa_glyphs.c:1.1.1.4 xsrc/external/mit/xorg-server/dist/exa/exa_glyphs.c:1.2
--- xsrc/external/mit/xorg-server/dist/exa/exa_glyphs.c:1.1.1.4 Wed Aug 10 07:44:32 2016
+++ xsrc/external/mit/xorg-server/dist/exa/exa_glyphs.c Thu Dec 22 21:31:08 2016
@@ -726,7 +726,7 @@ exaGlyphs(CARD8 op,
serverClient, &error);
if (!pMask ||
(!component_alpha && pExaScr->info->CheckComposite &&
- !(*pExaScr->info->CheckComposite) (PictOpAdd, pSrc, NULL, pMask)))
+ !(*pExaScr->info->CheckComposite) (PictOpAdd, pSrc, pMask, NULL)))
{
PictFormatPtr argbFormat;