diff options
author | Eric Anholt <eric@anholt.net> | 2007-10-19 16:34:54 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-10-19 16:34:54 -0700 |
commit | 4b14c9a9cd2033d3839c4ba364d41ab4c4b198ab (patch) | |
tree | 6e3f56b4098999f8bc8e2b6f2e512a603d6bb8b0 /render/picture.c | |
parent | a3a95d3475dc91ed2e8a55bf484a6b3f2b5ac32a (diff) |
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Not all of the DDX/miext Glyphs hook implementations have been removed, but
they should be.
Diffstat (limited to 'render/picture.c')
-rw-r--r-- | render/picture.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/render/picture.c b/render/picture.c index ede865f28..a7e40f994 100644 --- a/render/picture.c +++ b/render/picture.c @@ -1768,24 +1768,6 @@ CompositePicture (CARD8 op, } void -CompositeGlyphs (CARD8 op, - PicturePtr pSrc, - PicturePtr pDst, - PictFormatPtr maskFormat, - INT16 xSrc, - INT16 ySrc, - int nlist, - GlyphListPtr lists, - GlyphPtr *glyphs) -{ - PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); - - ValidatePicture (pSrc); - ValidatePicture (pDst); - (*ps->Glyphs) (op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, lists, glyphs); -} - -void CompositeRects (CARD8 op, PicturePtr pDst, xRenderColor *color, |